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 
12 #include <TH2F.h>
13 #include <TH1F.h>
15 #include <string>
16 
18  public:
21  /* FitSlicesYTool(TH2F*); */
32  private:
33  TH1* h0;
34  TH1* h1;
35  TH1* h2;
36  TH1* h3;
37 };
38 
39 #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 *)