CMS 3D CMS Logo

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;
15  class SubProcessParentageHelper;
16 
18  //OutputModuleDescription() : maxEvents_(-1) {}
19  explicit OutputModuleDescription(BranchIDLists const& branchIDLists,
20  int maxEvents = -1,
21  SubProcessParentageHelper const* subProcessParentageHelper = nullptr) :
22  branchIDLists_(&branchIDLists),
24  subProcessParentageHelper_(subProcessParentageHelper)
25  {}
29  };
30 }
31 
32 #endif
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
BranchIDLists const * branchIDLists_
OutputModuleDescription(BranchIDLists const &branchIDLists, int maxEvents=-1, SubProcessParentageHelper const *subProcessParentageHelper=nullptr)
SubProcessParentageHelper const * subProcessParentageHelper_
HLT enums.