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
() :
maxEventsInput_
(),
maxLumisInput_
(),
maxSecondsUntilRampdown_
() {}
16
17
CommonParams
(
int
maxEvents
,
int
maxLumis,
int
maxSecondsUntilRampdown)
18
:
maxEventsInput_
(maxEvents),
maxLumisInput_
(maxLumis),
maxSecondsUntilRampdown_
(maxSecondsUntilRampdown) {}
19
20
int
maxEventsInput_
;
21
int
maxLumisInput_
;
22
int
maxSecondsUntilRampdown_
;
23
};
// struct CommonParams
24
}
// namespace edm
25
26
#endif
edm::CommonParams::maxEventsInput_
int maxEventsInput_
Definition:
CommonParams.h:20
edm::CommonParams::CommonParams
CommonParams(int maxEvents, int maxLumis, int maxSecondsUntilRampdown)
Definition:
CommonParams.h:17
edm::CommonParams::maxLumisInput_
int maxLumisInput_
Definition:
CommonParams.h:21
edm::CommonParams::CommonParams
CommonParams()
Definition:
CommonParams.h:15
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::CommonParams
Definition:
CommonParams.h:14
Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.maxEvents
maxEvents
Definition:
Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py:3
edm::CommonParams::maxSecondsUntilRampdown_
int maxSecondsUntilRampdown_
Definition:
CommonParams.h:22
Generated for CMSSW Reference Manual by
1.8.11