CMS 3D CMS Logo

NullPostProcessor.h
Go to the documentation of this file.
1 #ifndef UtilAlgos_NullPostProcessor_h
2 #define UtilAlgos_NullPostProcessor_h
3 /* \class helper::NullPostProcessor<OutputCollection>
4  *
5  * \author Luca Lista, INFN
6  */
9 
10 namespace edm {
11  class EDFilter;
12  class Event;
13  class ParameterSet;
14 } // namespace edm
15 
16 namespace helper {
17 
18  template <typename OutputCollection, typename EdmFilter = edm::EDFilter>
22  void init(EdmFilter&) {}
24  };
25 
26 } // namespace helper
27 
28 #endif
helper::NullPostProcessor::process
void process(edm::OrphanHandle< OutputCollection >, edm::Event &)
Definition: NullPostProcessor.h:23
edm
HLT enums.
Definition: AlignableModifier.h:19
helper::NullPostProcessor::NullPostProcessor
NullPostProcessor(const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC)
Definition: NullPostProcessor.h:20
OrphanHandle.h
Event
edm::ParameterSet
Definition: ParameterSet.h:36
ParameterSet
Definition: Functions.h:16
helper
Definition: helper.py:1
edm::OrphanHandle
Definition: EDProductfwd.h:39
helper::NullPostProcessor::NullPostProcessor
NullPostProcessor(const edm::ParameterSet &iConfig)
Definition: NullPostProcessor.h:21
ConsumesCollector.h
edm::Event
Definition: Event.h:73
helper::NullPostProcessor::init
void init(EdmFilter &)
Definition: NullPostProcessor.h:22
edm::ConsumesCollector
Definition: ConsumesCollector.h:39
helper::NullPostProcessor
Definition: NullPostProcessor.h:19