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 
17  explicit EndPathStatusInserter(unsigned int numberOfStreams);
18 
19  void produce(StreamID, Event&, EventSetup const&) const final;
20  private:
22  };
23 }
24 #endif
void produce(StreamID, Event &, EventSetup const &) const final
EDPutTokenT< EndPathStatus > token_
EndPathStatusInserter(unsigned int numberOfStreams)
HLT enums.