BOSS 7.0.1
BESIII Offline Software System
|
#include "GaudiKernel/MsgStream.h"
#include <sstream>
#include <string>
#include "TTree.h"
#include "TH1F.h"
#include "TF1.h"
#include "TFile.h"
#include "TStyle.h"
#include "TCanvas.h"
#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 20 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists().
double getMean | ( | ) |
Definition at line 38 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists().
double getRms | ( | ) |
Definition at line 39 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists().
const int layNo = 43 |
Definition at line 18 of file DedxCalibLayerGain.cxx.
Referenced by DedxCalibLayerGain::AnalyseHists(), DedxCalibLayerGain::BookHists(), and DedxCalibLayerGain::WriteHists().
double m_mean |
Definition at line 19 of file DedxCalibLayerGain.cxx.
Referenced by calculate(), getMean(), and BesTimer::stop().
double m_rms |
Definition at line 19 of file DedxCalibLayerGain.cxx.
Referenced by calculate(), and getRms().