|
BOSS 8.0.0
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"#include "TCanvas.h"#include "TF1.h"#include "TFile.h"#include "TH1F.h"#include "TStyle.h"#include "TTree.h"#include <sstream>#include <string>#include "DedxCalibAlg/DedxCalibLayerGain.h"Go to the source code of this file.
Functions | |
| void | calculate (vector< double > phlist) |
| double | getMean () |
| double | getRms () |
Variables | |
| const int | layNo = 43 |
| double | m_mean |
| double | m_rms |
| void calculate | ( | vector< double > | phlist | ) |
Definition at line 21 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists().
| double getMean | ( | ) |
Definition at line 32 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists().
| double getRms | ( | ) |
Definition at line 33 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists().
| const int layNo = 43 |
Definition at line 19 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists(), DedxCalibLayerGain::BookHists(), and DedxCalibLayerGain::WriteHists().
| double m_mean |
Definition at line 20 of file DedxCalibLayerGain.cxx.
Referenced by calculate(), and getMean().
| double m_rms |
Definition at line 20 of file DedxCalibLayerGain.cxx.
Referenced by calculate(), and getRms().