src
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