CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OutputModuleDescription.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_OutputModuleDescription_h
2 #define FWCore_Framework_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 
12 namespace edm {
13 
14  class BranchIDListHelper;
16  //OutputModuleDescription() : maxEvents_(-1) {}
17  explicit OutputModuleDescription(BranchIDLists const& branchIDLists, int maxEvents = -1) :
18  branchIDLists_(&branchIDLists),
20  {}
23  };
24 }
25 
26 #endif
OutputModuleDescription(BranchIDLists const &branchIDLists, int maxEvents=-1)
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
BranchIDLists const * branchIDLists_