Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
FWCore
Framework
src
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:19
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.14