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 {
19  }
20 
22  int maxLumis,
23  int maxSecondsUntilRampdown) :
24  maxEventsInput_(maxEvents),
25  maxLumisInput_(maxLumis),
26  maxSecondsUntilRampdown_(maxSecondsUntilRampdown) {
27  }
28 
32  }; // struct CommonParams
33 }
34 
35 #endif
CommonParams(int maxEvents, int maxLumis, int maxSecondsUntilRampdown)
Definition: CommonParams.h:21
HLT enums.
int maxSecondsUntilRampdown_
Definition: CommonParams.h:31