CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TTbar_GenJetAnalyzer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: ObjectAnalyzer
4 // Class: TTbar_GenJetAnalyzer
5 //
13 //
14 // Original Author: Martijn Gosselink,,,
15 // Created: Thu May 10 17:15:16 CEST 2012
16 //
17 //
18 // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012
19 
20 // system include files
21 #include <memory>
22 
23 // user include files
28 
31 
33 
36 
38 
40 
44 
45 #include <map>
46 #include <string>
47 
48 //
49 // class declaration
50 //
51 
53 public:
54  explicit TTbar_GenJetAnalyzer(const edm::ParameterSet &);
55  ~TTbar_GenJetAnalyzer() override;
56 
57  void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override;
58  void analyze(const edm::Event &, const edm::EventSetup &) override;
59 
60 private:
61  // ----------member data ---------------------------
62 
65  std::map<std::string, MonitorElement *> hists_;
66 
67  double weight;
68 
71 };
edm::EDGetTokenT< std::vector< reco::GenJet > > jetsToken_
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
std::map< std::string, MonitorElement * > hists_
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::InputTag genEventInfoProductTag_
edm::EDGetTokenT< GenEventInfoProduct > genEventInfoProductTagToken_
Definition: Run.h:45
TTbar_GenJetAnalyzer(const edm::ParameterSet &)