CMS 3D CMS Logo

BasicMuonAnalyzer.h
Go to the documentation of this file.
1 #include <map>
2 #include <string>
3 
4 #include "TH1.h"
7 
21 
22  public:
27  virtual ~BasicMuonAnalyzer(){};
29  void beginJob(){};
31  void endJob(){};
33  void analyze(const edm::EventBase& event);
34 
35  private:
40  std::map<std::string, TH1*> hists_;
41 };
std::map< std::string, TH1 * > hists_
histograms
void endJob()
everything that needs to be done after the event loop
virtual ~BasicMuonAnalyzer()
default destructor
BasicMuonAnalyzer(const edm::ParameterSet &cfg, TFileDirectory &fs)
default constructor
void beginJob()
everything that needs to be done before the event loop
void analyze(const edm::EventBase &event)
everything that needs to be done during the event loop
edm::EDGetTokenT< std::vector< reco::Muon > > muonsToken_
Example class that can be used both within FWLite and within the full framework.
Definition: event.py:1
edm::InputTag muons_
input tag for mouns