Main Page
Namespaces
Classes
Package Documentation
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
EDProducer.h
edm::EndPathStatusInserter::produce
void produce(StreamID, Event &, EventSetup const &) const final
Definition:
EndPathStatusInserter.cc:12
edm::StreamID
Definition:
StreamID.h:30
EDPutToken.h
edm::EndPathStatusInserter::token_
EDPutTokenT< EndPathStatus > token_
Definition:
EndPathStatusInserter.h:21
edm::EDPutTokenT
Definition:
EDPutToken.h:33
EventSetup
edm::EventSetup
Definition:
EventSetup.h:57
edm::global::EDProducer
Definition:
EDProducer.h:32
edm::EndPathStatusInserter
Definition:
EndPathStatusInserter.h:14
Event
edm::EndPathStatusInserter::EndPathStatusInserter
EndPathStatusInserter(unsigned int numberOfStreams)
Definition:
EndPathStatusInserter.cc:10
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::Event
Definition:
Event.h:71
Generated for CMSSW Reference Manual by
1.8.11