Main Page
Namespaces
Classes
Package Documentation
FWCore
Framework
interface
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
{
15
CommonParams
() :
16
maxEventsInput_
(),
17
maxLumisInput_
(),
18
maxSecondsUntilRampdown_
() {
19
}
20
21
CommonParams
(
int
maxEvents
,
22
int
maxLumis,
23
int
maxSecondsUntilRampdown) :
24
maxEventsInput_
(maxEvents),
25
maxLumisInput_
(maxLumis),
26
maxSecondsUntilRampdown_
(maxSecondsUntilRampdown) {
27
}
28
29
int
maxEventsInput_
;
30
int
maxLumisInput_
;
31
int
maxSecondsUntilRampdown_
;
32
};
// struct CommonParams
33
}
34
35
#endif
edm::CommonParams::maxEventsInput_
int maxEventsInput_
Definition:
CommonParams.h:29
edm::CommonParams::CommonParams
CommonParams(int maxEvents, int maxLumis, int maxSecondsUntilRampdown)
Definition:
CommonParams.h:21
edm::CommonParams::maxLumisInput_
int maxLumisInput_
Definition:
CommonParams.h:30
edm::CommonParams::CommonParams
CommonParams()
Definition:
CommonParams.h:15
edm
HLT enums.
Definition:
AlignableModifier.h:17
Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.maxEvents
maxEvents
Definition:
Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py:3
edm::CommonParams
Definition:
CommonParams.h:14
edm::CommonParams::maxSecondsUntilRampdown_
int maxSecondsUntilRampdown_
Definition:
CommonParams.h:31
Generated for CMSSW Reference Manual by
1.8.11