Main Page
Namespaces
Classes
Package Documentation
src
DQMServices
ClientConfig
interface
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>
12
#include "
DQMServices/Core/interface/MonitorElement.h
"
13
#include <string>
14
15
class
FitSlicesYTool
{
16
public
:
17
FitSlicesYTool
(
MonitorElement
*);
19
/* FitSlicesYTool(TH2F*); */
21
~FitSlicesYTool
();
23
void
getFittedMean
(
MonitorElement
*);
25
void
getFittedSigma
(
MonitorElement
*);
27
void
getFittedMeanWithError
(
MonitorElement
*);
29
void
getFittedSigmaWithError
(
MonitorElement
*);
30
private
:
31
TH1*
h0
;
32
TH1*
h1
;
33
TH1*
h2
;
34
TH1*
h3
;
35
};
36
37
#endif
FitSlicesYTool::~FitSlicesYTool
~FitSlicesYTool()
Constructor: needs a TH2F.
Definition:
FitSlicesYTool.cc:31
FitSlicesYTool::h3
TH1 * h3
Definition:
FitSlicesYTool.h:34
FitSlicesYTool::getFittedSigmaWithError
void getFittedSigmaWithError(MonitorElement *)
Fill the ME with the sigma value (with error) of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:71
FitSlicesYTool::getFittedSigma
void getFittedSigma(MonitorElement *)
Fill the ME with the sigma value of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:48
FitSlicesYTool::h2
TH1 * h2
Definition:
FitSlicesYTool.h:33
FitSlicesYTool::getFittedMean
void getFittedMean(MonitorElement *)
Fill the ME with the mean value of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:37
FitSlicesYTool
Definition:
FitSlicesYTool.h:15
MonitorElement
Definition:
MonitorElement.h:37
FitSlicesYTool::getFittedMeanWithError
void getFittedMeanWithError(MonitorElement *)
Fill the ME with the mean value (with error) of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:59
FitSlicesYTool::h1
TH1 * h1
Definition:
FitSlicesYTool.h:32
MonitorElement.h
FitSlicesYTool::FitSlicesYTool
FitSlicesYTool(MonitorElement *)
Definition:
FitSlicesYTool.cc:8
FitSlicesYTool::h0
TH1 * h0
Definition:
FitSlicesYTool.h:31
Generated for CMSSW Reference Manual by
1.8.11