CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTB02Histo.h
Go to the documentation of this file.
1 #ifndef HcalTestBeam_HcalTB02Histo_H
2 #define HcalTestBeam_HcalTB02Histo_H
3 // -*- C++ -*-
4 //
5 // Package: HcalTestBeam
6 // Class : HcalTB02Histo
7 //
14 //
15 // Original Author:
16 // Created: Thu Sun 21 10:14:34 CEST 2006
17 //
18 
19 // system include files
20 #include<string>
21 #include<vector>
22 
23 // user include files
26 
27 #include <TH1D.h>
28 #include <TH2D.h>
29 
31 
32 public:
33 
34  // ---------- Constructor and destructor -----------------
36  virtual ~HcalTB02Histo();
37 
38  // ---------- member functions ---------------------------
39  void fillAllTime(float v);
40  void fillTransProf(float u, float v);
41  void fillProfile(int ilayer, float value);
42  float getMean(int ilayer);
43  float getRMS (int ilayer);
44 
45 private:
46 
47  // ---------- Private Data members -----------------------
49  bool verbose;
50 
51  TH1D *rt_tbTimes;
52  TH2D *rt_TransProf;
53  std::vector<TH1D *> rt_histoProf;
54 };
55 
56 #endif
void fillTransProf(float u, float v)
std::vector< TH1D * > rt_histoProf
Definition: HcalTB02Histo.h:53
void fillAllTime(float v)
HcalTB02Histo(const edm::ParameterSet &ps)
float getMean(int ilayer)
TH2D * rt_TransProf
Definition: HcalTB02Histo.h:52
void fillProfile(int ilayer, float value)
TH1D * rt_tbTimes
Definition: HcalTB02Histo.h:51
virtual ~HcalTB02Histo()
std::string fileName
Definition: HcalTB02Histo.h:48
float getRMS(int ilayer)