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
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)