BOSS 7.0.7
BESIII Offline Software System
|
#include <calib_endcap_atten.h>
Public Member Functions | |
calib_endcap_atten (const unsigned int nrbin) | |
~calib_endcap_atten () | |
void | calculate (RecordSet *&data, unsigned int icounter) |
Public Member Functions inherited from TofCalibFit | |
TofCalibFit (bool isbarrel, const int npar) | |
~TofCalibFit () | |
const string & | name () const |
virtual void | calculate (RecordSet *&data, unsigned int icounter)=0 |
void | fillTxt (const char *file) |
void | fillRoot (const char *file) |
HepVector | tcorrelation () |
void | setTCorrelation (HepVector tc) |
Additional Inherited Members | |
Protected Attributes inherited from TofCalibFit | |
int | m_npar |
unsigned int | nKind |
unsigned int | nBinPerCounter |
unsigned int | nHistPerCounter |
unsigned int | nCanvasPerCounter |
std::vector< unsigned int > | nGraphPerCanvasPerCounter |
unsigned int | nHistogram |
unsigned int | nCanvas |
std::vector< unsigned int > | nGraphPerCanvas |
string | m_name |
HepVector | X |
std::vector< TH1F * > | m_histograms |
std::vector< TH1F * > | m_graphs |
std::vector< HepVector > | m_result |
std::vector< string > | CanvasPerCounterName |
std::vector< string > | CanvasName |
HepVector | m_tcorrelation |
Definition at line 10 of file calib_endcap_atten.h.
calib_endcap_atten::calib_endcap_atten | ( | const unsigned int | nrbin | ) |
Definition at line 13 of file calib_endcap_atten.cxx.
calib_endcap_atten::~calib_endcap_atten | ( | ) |
Definition at line 89 of file calib_endcap_atten.cxx.
|
virtual |
Implements TofCalibFit.
Definition at line 98 of file calib_endcap_atten.cxx.