![]() |
![]() |
#include <FitSlicesYTool.h>
Public Member Functions | |
FitSlicesYTool (MonitorElement *) | |
void | getFittedMean (MonitorElement *) |
Fill the ME with the mean value of the gaussian fit in each slice. More... | |
void | getFittedMeanWithError (MonitorElement *) |
Fill the ME with the mean value (with error) of the gaussian fit in each slice. More... | |
void | getFittedSigma (MonitorElement *) |
Fill the ME with the sigma value of the gaussian fit in each slice. More... | |
void | getFittedSigmaWithError (MonitorElement *) |
Fill the ME with the sigma value (with error) of the gaussian fit in each slice. More... | |
~FitSlicesYTool () | |
Constructor: needs a TH2F. More... | |
Private Attributes | |
TH1 * | h0 |
TH1 * | h1 |
TH1 * | h2 |
TH1 * | h3 |
Class to fill Monitor Elements using the ROOT FitSlicesY tool
Definition at line 15 of file FitSlicesYTool.h.
FitSlicesYTool::FitSlicesYTool | ( | MonitorElement * | me | ) |
Definition at line 8 of file FitSlicesYTool.cc.
References MonitorElement::getTH2F(), h, and mergeVDriftHistosByStation::name.
FitSlicesYTool::~FitSlicesYTool | ( | ) |
void FitSlicesYTool::getFittedMean | ( | MonitorElement * | me | ) |
Fill the ME with the mean value of the gaussian fit in each slice.
Definition at line 37 of file FitSlicesYTool.cc.
References newFWLiteAna::bin, Exception, and hlt_dqm_clientPB-live_cfg::me.
void FitSlicesYTool::getFittedMeanWithError | ( | MonitorElement * | me | ) |
Fill the ME with the mean value (with error) of the gaussian fit in each slice.
Definition at line 59 of file FitSlicesYTool.cc.
References newFWLiteAna::bin, Exception, and hlt_dqm_clientPB-live_cfg::me.
void FitSlicesYTool::getFittedSigma | ( | MonitorElement * | me | ) |
Fill the ME with the sigma value of the gaussian fit in each slice.
Definition at line 48 of file FitSlicesYTool.cc.
References newFWLiteAna::bin, Exception, and hlt_dqm_clientPB-live_cfg::me.
void FitSlicesYTool::getFittedSigmaWithError | ( | MonitorElement * | me | ) |
Fill the ME with the sigma value (with error) of the gaussian fit in each slice.
Definition at line 71 of file FitSlicesYTool.cc.
References newFWLiteAna::bin, Exception, and hlt_dqm_clientPB-live_cfg::me.
|
private |
Definition at line 31 of file FitSlicesYTool.h.
|
private |
Definition at line 32 of file FitSlicesYTool.h.
|
private |
Definition at line 33 of file FitSlicesYTool.h.
|
private |
Definition at line 34 of file FitSlicesYTool.h.