CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FitSlicesYTool.h
Go to the documentation of this file.
1 #ifndef FitSlicesYTool_h
2 #define FitSlicesYTool_h
3 
10 #include <TH2F.h>
11 #include <TH1F.h>
13 #include <string>
14 
16  public:
19  /* FitSlicesYTool(TH2F*); */
30  private:
31  TH1* h0;
32  TH1* h1;
33  TH1* h2;
34  TH1* h3;
35 };
36 
37 #endif
~FitSlicesYTool()
Constructor: needs a TH2F.
void getFittedSigmaWithError(MonitorElement *)
Fill the ME with the sigma value (with error) of the gaussian fit in each slice.
void getFittedSigma(MonitorElement *)
Fill the ME with the sigma value of the gaussian fit in each slice.
void getFittedMean(MonitorElement *)
Fill the ME with the mean value of the gaussian fit in each slice.
void getFittedMeanWithError(MonitorElement *)
Fill the ME with the mean value (with error) of the gaussian fit in each slice.
FitSlicesYTool(MonitorElement *)