CMS 3D CMS Logo

EndPathStatusInserter.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_EndPathStatusInserter_h
2 #define FWCore_Framework_EndPathStatusInserter_h
3 
6 
7 namespace edm {
8 
9  class Event;
10  class EventSetup;
11  class StreamID;
12  class EndPathStatus;
13 
15  public:
16  explicit EndPathStatusInserter(unsigned int numberOfStreams);
17 
18  void produce(StreamID, Event&, EventSetup const&) const final;
19 
20  private:
22  };
23 } // namespace edm
24 #endif
edm::StreamID
Definition: StreamID.h:30
edm::EndPathStatusInserter::produce
void produce(StreamID, Event &, EventSetup const &) const final
Definition: EndPathStatusInserter.cc:12
edm::EndPathStatusInserter::EndPathStatusInserter
EndPathStatusInserter(unsigned int numberOfStreams)
Definition: EndPathStatusInserter.cc:10
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::EDPutTokenT
Definition: EDPutToken.h:33
edm::EndPathStatusInserter
Definition: EndPathStatusInserter.h:14
Event
edm::global::EDProducer
Definition: EDProducer.h:32
EDPutToken.h
edm::EventSetup
Definition: EventSetup.h:58
visualization-live-secondInstance_cfg.numberOfStreams
numberOfStreams
Definition: visualization-live-secondInstance_cfg.py:89
EventSetup
EDProducer.h
edm::EndPathStatusInserter::token_
EDPutTokenT< EndPathStatus > token_
Definition: EndPathStatusInserter.h:21
edm::Event
Definition: Event.h:73