/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Framework/interface/Frameworkfwd.h
63 строки
2 KB
Christopher Jones
Removed legacy EDAnalyzer interface
11 янв 2023, 22:29
11 янв 2023, 22:29
870fdfa
Код
Авторство
О чём код?
#ifndef Framework_Frameworkfwd_h #define Framework_Frameworkfwd_h /*---------------------------------------------------------------------- Forward declarations of types in the EDM. ----------------------------------------------------------------------*/ #include "DataFormats/Common/interface/EDProductfwd.h" #include "DataFormats/Provenance/interface/ProvenanceFwd.h" namespace edm { class PrincipalGetAdapter; class ConfigurationDescriptions; class ConsumesCollector; class DelayedReader; class EDLooper; class Event; class EventForOutput; class EventPrincipal; class EventSetup; class EventSetupImpl; class EventTransitionInfo; class FileBlock; class InputSource; struct InputSourceDescription; class LuminosityBlock; class LuminosityBlockForOutput; class LuminosityBlockPrincipal; class LumiTransitionInfo; class OutputModule; struct OutputModuleDescription; class ParameterSet; class ParameterSetDescription; class Principal; class PrincipalCache; class PrincipalGetAdapter; class ProcessBlock; class ProcessBlockForOutput; class ProcessBlockPrincipal; class ProcessBlockTransitionInfo; class ProcessNameSelector; class ProductRegistryHelper; class Run; class RunForOutput; class RunPrincipal; class RunTransitionInfo; class Schedule; class StreamID; class TypeID; class ViewBase; struct EventSummary; struct PathSummary; struct TriggerReport; template <typename T> class View; template <typename T> class WorkerT; } // namespace edm #endif