CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TreeProducerCalibSimul.h
Go to the documentation of this file.
1 #ifndef TREEPRODUCERCALIBSIMUL_H
2 #define TREEPRODUCERCALIBSIMUL_H
3 
4 // system include files
5 #include <memory>
6 
7 // framework
15 
16 // for reconstruction
24 
25 // geometry
29 
30 // my include files
32 
33 
34 // root includes
35 #include "TROOT.h"
36 #include "TSystem.h"
37 #include "TFile.h"
38 #include "TTree.h"
39 #include "TF1.h"
40 #include "TH1.h"
41 #include "TH2.h"
42 #include "TGraph.h"
43 #include "TStyle.h"
44 #include "TCanvas.h"
45 #include "TSelector.h"
46 #include "TApplication.h"
47 
48 // c++ includes
49 #include <string>
50 #include <stdio.h>
51 #include <sstream>
52 #include <iostream>
53 #include <unistd.h>
54 #include <fstream>
55 #include <math.h>
56 #include <stdexcept>
57 
58 
60  public:
63 
64  virtual void analyze(const edm::Event&, const edm::EventSetup&);
65  virtual void beginJob();
66  virtual void endJob();
67  private:
68 
69 
80  double posCluster_;
81 
83 
87  int noHits;
88  int noHodo;
89  int noTdc;
90  int noHeader;
91 };
92 
93 
94 
95 #endif
TreeProducerCalibSimul(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)