CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCTFAnalyzer.h
Go to the documentation of this file.
1 #ifndef CSCTFAnalyzer_h
2 #define CSCTFAnalyzer_h
3 
9 #include <TTree.h>
10 #include <TFile.h>
11 
13 private:
15  TTree *tree;
16  TFile *file;
17  int dtPhi[12][2];
18 
19 public:
20  void analyze(const edm::Event& e, const edm::EventSetup& c);
21 
22  explicit CSCTFAnalyzer(const edm::ParameterSet &conf);
23  ~CSCTFAnalyzer(void){ file->cd(); tree->Write(); file->Close(); }
24 };
25 
26 #endif
edm::InputTag mbProducer
Definition: CSCTFAnalyzer.h:14
CSCTFAnalyzer(const edm::ParameterSet &conf)
void analyze(const edm::Event &e, const edm::EventSetup &c)
edm::InputTag lctProducer
Definition: CSCTFAnalyzer.h:14
~CSCTFAnalyzer(void)
Definition: CSCTFAnalyzer.h:23
edm::InputTag statusProducer
Definition: CSCTFAnalyzer.h:14
tuple conf
Definition: dbtoconf.py:185
edm::InputTag trackProducer
Definition: CSCTFAnalyzer.h:14
int dtPhi[12][2]
Definition: CSCTFAnalyzer.h:17