CMS 3D CMS Logo

CommonParams.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_CommonParams_h
2 #define FWCore_Framework_CommonParams_h
3 
4 /*----------------------------------------------------------------------
5 
6 Class to hold parameters used by the EventProcessor and also by subprocesses.
7 
8 ----------------------------------------------------------------------*/
9 
10 namespace edm {
11  //------------------------------------------------------------------
12  //
13 
14  struct CommonParams {
16 
17  CommonParams(int maxEvents, int maxLumis, int maxSecondsUntilRampdown)
18  : maxEventsInput_(maxEvents), maxLumisInput_(maxLumis), maxSecondsUntilRampdown_(maxSecondsUntilRampdown) {}
19 
23  }; // struct CommonParams
24 } // namespace edm
25 
26 #endif
CommonParams(int maxEvents, int maxLumis, int maxSecondsUntilRampdown)
Definition: CommonParams.h:17
HLT enums.
int maxSecondsUntilRampdown_
Definition: CommonParams.h:22