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
EndPathStatusInserter.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_EndPathStatusInserter_h
2
#define FWCore_Framework_EndPathStatusInserter_h
3
4
#include "
FWCore/Framework/interface/global/EDProducer.h
"
5
#include "
FWCore/Utilities/interface/EDPutToken.h
"
6
7
namespace
edm
{
8
9
class
Event
;
10
class
EventSetup
;
11
class
StreamID;
12
class
EndPathStatus;
13
14
class
EndPathStatusInserter
:
public
global::EDProducer
<> {
15
public
:
16
explicit
EndPathStatusInserter
(
unsigned
int
numberOfStreams
);
17
18
void
produce
(
StreamID
,
Event
&,
EventSetup
const
&)
const
final
;
19
20
private
:
21
EDPutTokenT<EndPathStatus>
token_
;
22
};
23
}
// namespace edm
24
#endif
edm::StreamID
Definition:
StreamID.h:30
edm::EndPathStatusInserter::token_
EDPutTokenT< EndPathStatus > token_
Definition:
EndPathStatusInserter.h:21
edm::EDPutTokenT
Definition:
EDPutToken.h:33
EventSetup
edm::EventSetup
Definition:
EventSetup.h:56
edm::global::EDProducer
Definition:
EDProducer.h:32
EDPutToken.h
edm::EndPathStatusInserter
Definition:
EndPathStatusInserter.h:14
edm::EndPathStatusInserter::produce
void produce(StreamID, Event &, EventSetup const &) const final
Definition:
EndPathStatusInserter.cc:12
Event
EDProducer.h
edm::EndPathStatusInserter::EndPathStatusInserter
EndPathStatusInserter(unsigned int numberOfStreams)
Definition:
EndPathStatusInserter.cc:10
visualization-live-secondInstance_cfg.numberOfStreams
numberOfStreams
Definition:
visualization-live-secondInstance_cfg.py:97
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14