Main Page
Namespaces
Classes
Package Documentation
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/DQMStore.h
"
13
#include <string>
14
15
class
FitSlicesYTool
{
16
public
:
17
typedef
dqm::harvesting::MonitorElement
MonitorElement
;
18
FitSlicesYTool
(MonitorElement*);
20
/* FitSlicesYTool(TH2F*); */
22
~FitSlicesYTool
();
24
void
getFittedMean
(MonitorElement*);
26
void
getFittedSigma
(MonitorElement*);
28
void
getFittedMeanWithError
(MonitorElement*);
30
void
getFittedSigmaWithError
(MonitorElement*);
31
32
private
:
33
TH1*
h0
;
34
TH1*
h1
;
35
TH1*
h2
;
36
TH1*
h3
;
37
};
38
39
#endif
FitSlicesYTool::~FitSlicesYTool
~FitSlicesYTool()
Constructor: needs a TH2F.
Definition:
FitSlicesYTool.cc:30
FitSlicesYTool::h3
TH1 * h3
Definition:
FitSlicesYTool.h:36
FitSlicesYTool::getFittedSigmaWithError
void getFittedSigmaWithError(MonitorElement *)
Fill the ME with the sigma value (with error) of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:73
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:35
FitSlicesYTool::getFittedMean
void getFittedMean(MonitorElement *)
Fill the ME with the mean value of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:36
FitSlicesYTool
Definition:
FitSlicesYTool.h:15
DQMStore.h
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:451
FitSlicesYTool::getFittedMeanWithError
void getFittedMeanWithError(MonitorElement *)
Fill the ME with the mean value (with error) of the gaussian fit in each slice.
Definition:
FitSlicesYTool.cc:60
FitSlicesYTool::h1
TH1 * h1
Definition:
FitSlicesYTool.h:34
FitSlicesYTool::MonitorElement
dqm::harvesting::MonitorElement MonitorElement
Definition:
FitSlicesYTool.h:17
FitSlicesYTool::FitSlicesYTool
FitSlicesYTool(MonitorElement *)
Definition:
FitSlicesYTool.cc:8
FitSlicesYTool::h0
TH1 * h0
Definition:
FitSlicesYTool.h:33
Generated for CMSSW Reference Manual by
1.8.11