CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  */
8 namespace helper {
9 
10  template<typename OutputCollection, typename EdmFilter=edm::EDFilter>
13  NullPostProcessor( iConfig ) { }
14  NullPostProcessor( const edm::ParameterSet & iConfig ) { }
15  void init( EdmFilter & ) { }
17  };
18 
19 }
20 
21 #endif
22 
NullPostProcessor(const edm::ParameterSet &iConfig)
void process(edm::OrphanHandle< OutputCollection >, edm::Event &)
NullPostProcessor(const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC)