CMS 3D CMS Logo

HistProducer.h
Go to the documentation of this file.
1 #ifndef FWCore_Integration_HistProducer_h
2 #define FWCore_Integration_HistProducer_h
3 
6 
7 namespace edmtest {
8  //struct ThingWithHist {
9  // TH1F hist_;
10  // };
11 
13  public:
14  explicit HistProducer(edm::ParameterSet const& ps);
15 
16  void produce(edm::StreamID, edm::Event& e, edm::EventSetup const& c) const override;
17 
18  private:
19  };
20 } // namespace edmtest
21 #endif
HistProducer(edm::ParameterSet const &ps)
Definition: HistProducer.cc:8
void produce(edm::StreamID, edm::Event &e, edm::EventSetup const &c) const override
Definition: HistProducer.cc:14