CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~AlphaTVarAnalyzer() ;
10  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
11  virtual void analyze( const edm::Event & , const edm::EventSetup & );
12  private:
15  //inclusive histograms by jet number
19  //define Token(-s)
21 };
22 #endif
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MonitorElement * m_HTAlphaT
edm::InputTag m_alphaTVarCollectionTag
MonitorElement * m_HTAlphaTg0p55
virtual ~AlphaTVarAnalyzer()
edm::InputTag m_jetCollectionTag
MonitorElement * m_HTAlphaTg0p60
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< std::vector< double > > m_alphaTVarCollectionTagToken_
AlphaTVarAnalyzer(const edm::ParameterSet &)
Definition: Run.h:43