CMS 3D CMS Logo

AlphaTVarAnalyzer.h
Go to the documentation of this file.
1 #ifndef AlphaTVarAnalyzer_h
2 #define AlphaTVarAnalyzer_h
3 
5 
7 public:
8  explicit AlphaTVarAnalyzer(const edm::ParameterSet &);
9  ~AlphaTVarAnalyzer() override;
10  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
11  void analyze(const edm::Event &, const edm::EventSetup &) override;
12 
13 private:
16  // inclusive histograms by jet number
20  // define Token(-s)
22 };
23 #endif
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * m_HTAlphaT
edm::InputTag m_alphaTVarCollectionTag
MonitorElement * m_HTAlphaTg0p55
edm::InputTag m_jetCollectionTag
MonitorElement * m_HTAlphaTg0p60
edm::EDGetTokenT< std::vector< double > > m_alphaTVarCollectionTagToken_
AlphaTVarAnalyzer(const edm::ParameterSet &)
~AlphaTVarAnalyzer() override
Definition: Run.h:45