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 
4 
6 
8  {
9 
10  public:
11 
12  explicit AlphaTVarAnalyzer( const edm::ParameterSet & ) ;
13  virtual ~AlphaTVarAnalyzer() ;
14 
15  virtual void analyze( const edm::Event & , const edm::EventSetup & );
16 
17  virtual void endRun( edm::Run const &, edm::EventSetup const & ) ;
18 
19  virtual void bookMEs();
20 
21  private:
22 
25 
26  //inclusive histograms by jet number
30 
31  //define Token(-s)
33 
34  } ;
35 
36 #endif
MonitorElement * m_HTAlphaT
virtual void endRun(edm::Run const &, edm::EventSetup const &)
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 &)
virtual void bookMEs()
edm::EDGetTokenT< std::vector< double > > m_alphaTVarCollectionTagToken_
AlphaTVarAnalyzer(const edm::ParameterSet &)
Definition: Run.h:41