OutputModuleDescription.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_OutputModuleDescription_h
2 #define art_Framework_Core_OutputModuleDescription_h
3 
4 /*----------------------------------------------------------------------
5 
6 OutputModuleDescription : the stuff that is needed to configure an
7 output module that does not come in through the ParameterSet
8 
9 
10 ----------------------------------------------------------------------*/
11 namespace art {
12 
15  OutputModuleDescription(int maxEvents) : maxEvents_(maxEvents) {}
17  };
18 } // namespace art
19 
20 #endif /* art_Framework_Core_OutputModuleDescription_h */
21 
22 // Local Variables:
23 // mode: c++
24 // End: