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 }
15 
16 namespace helper {
17 
18  template<typename OutputCollection, typename EdmFilter=edm::EDFilter>
21  NullPostProcessor( iConfig ) { }
22  NullPostProcessor( const edm::ParameterSet & iConfig ) { }
23  void init( EdmFilter & ) { }
25  };
26 
27 }
28 
29 #endif
30 
Definition: helper.py:1
NullPostProcessor(const edm::ParameterSet &iConfig)
void process(edm::OrphanHandle< OutputCollection >, edm::Event &)
HLT enums.
NullPostProcessor(const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC)