/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ServiceRegistry/interface/ServiceLegacy.h
33 строки
654 B
W. David Dagenhart
Remove remnants of SubProcess from Service System
12 июн 2025, 01:11
12 июн 2025, 01:11
7ae4f6e
Код
Авторство
О чём код?
#ifndef ServiceRegistry_ServiceLegacy_h #define ServiceRegistry_ServiceLegacy_h // -*- C++ -*- // // Package: ServiceRegistry // Class : ServiceLegacy // /**\class ServiceLegacy ServiceLegacy.h FWCore/ServiceRegistry/interface/ServiceLegacy.h Description: Enumeration of how Services inherit from other Service sets Usage: <usage> */ // // Original Author: Chris Jones // Created: Wed Sep 7 13:42:29 EDT 2005 // // system include files // user include files // forward declarations namespace edm { namespace serviceregistry { enum ServiceLegacy { kOverlapIsError, kTokenOverrides }; } } // namespace edm #endif