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
EDPutTokenT< EndPathStatus > token_
void produce(StreamID, Event &, EventSetup const &) const final
EndPathStatusInserter(unsigned int numberOfStreams)
HLT enums.