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
src
FWCore
Framework
src
RunForOutput.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/RunForOutput.h
"
2
3
#include "
FWCore/Framework/interface/RunPrincipal.h
"
4
#include "
FWCore/Framework/interface/TransitionInfoTypes.h
"
5
#include "
FWCore/Utilities/interface/Algorithms.h
"
6
#include "
FWCore/Utilities/interface/get_underlying_safe.h
"
7
8
namespace
edm
{
9
10
RunForOutput::RunForOutput
(
RunTransitionInfo
const
&
info
,
11
ModuleDescription
const
& md,
12
ModuleCallingContext
const
* mcc,
13
bool
isAtEnd,
14
MergeableRunProductMetadata
const
* mrpm)
15
:
RunForOutput
(
info
.principal(), md, mcc, isAtEnd, mrpm) {}
16
17
RunForOutput::RunForOutput
(
RunPrincipal
const
& rp,
18
ModuleDescription
const
& md,
19
ModuleCallingContext
const
* moduleCallingContext,
20
bool
isAtEnd,
21
MergeableRunProductMetadata
const
* mrpm)
22
:
OccurrenceForOutput
(rp, md, moduleCallingContext, isAtEnd),
23
aux_(rp.
aux
()),
24
mergeableRunProductMetadata_(mrpm) {}
25
26
RunForOutput::~RunForOutput
() {}
27
28
RunPrincipal
const
&
RunForOutput::runPrincipal
()
const
{
return
dynamic_cast<
RunPrincipal
const
&
>
(
principal
()); }
29
32
RunIndex
RunForOutput::index
()
const
{
return
runPrincipal
().
index
(); }
33
34
}
// namespace edm
edm::RunForOutput::index
RunIndex index() const
Definition:
RunForOutput.cc:32
RunForOutput.h
info
static const TGPicture * info(bool iBackgroundIsBlack)
Definition:
FWCollectionSummaryWidget.cc:153
runTheMatrix.const
const
Definition:
runTheMatrix.py:341
edm::ModuleCallingContext
Definition:
ModuleCallingContext.h:32
RunPrincipal.h
edm::RunTransitionInfo
Definition:
TransitionInfoTypes.h:68
get_underlying_safe.h
edm::MergeableRunProductMetadata
Definition:
MergeableRunProductMetadata.h:51
edm::RunForOutput
Definition:
RunForOutput.h:40
edm::RunPrincipal::index
RunIndex index() const
Definition:
RunPrincipal.h:56
printConversionInfo.aux
aux
Definition:
printConversionInfo.py:19
Algorithms.h
edm::RunPrincipal
Definition:
RunPrincipal.h:34
edm::RunForOutput::runPrincipal
RunPrincipal const & runPrincipal() const
Definition:
RunForOutput.cc:28
edm::RunForOutput::RunForOutput
RunForOutput(RunTransitionInfo const &, ModuleDescription const &, ModuleCallingContext const *, bool isAtEnd, MergeableRunProductMetadata const *=nullptr)
Definition:
RunForOutput.cc:10
edm::OccurrenceForOutput
Definition:
OccurrenceForOutput.h:45
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::RunIndex
Definition:
RunIndex.h:32
edm::ModuleDescription
Definition:
ModuleDescription.h:21
edm::RunForOutput::~RunForOutput
~RunForOutput() override
Definition:
RunForOutput.cc:26
TransitionInfoTypes.h
edm::OccurrenceForOutput::principal
Principal const & principal() const
Definition:
OccurrenceForOutput.cc:24
Generated for CMSSW Reference Manual by
1.8.14