~PatMuonAnalyzer() override
default destructor
PatMuonAnalyzer(const edm::ParameterSet &cfg, TFileDirectory &fs)
default constructor
edm::InputTag muons_
input tag for mouns
edm::EDGetTokenT< std::vector< pat::Muon > > muonsToken_
void analyze(const edm::EventBase &event) override
everything that needs to be done during the event loop
std::map< std::string, TH1 * > hists_
histograms
void endJob() override
everything that needs to be done after the event loop
void beginJob() override
everything that needs to be done before the event loop
Example class that can be used to analyze pat::Muons both within FWLite and within the full framework...