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  */
7 namespace helper {
8 
9  template<typename OutputCollection>
12  void init( edm::EDFilter & ) { }
14  };
15 
16 }
17 
18 #endif
void init(edm::EDFilter &)
NullPostProcessor(const edm::ParameterSet &)
void process(edm::OrphanHandle< OutputCollection >, edm::Event &)