1 #ifndef _sevt_StationCalibData_h_
2 #define _sevt_StationCalibData_h_
5 #include <utl/ShadowPtr_fwd.h>
pointer with built-in initialization, deletion, deep copying
int fMuonChargeHistoOffset
void SetNTot(const unsigned int ntot)
total number of triggers recevied during calibration
unsigned int GetNTubesOk() const
get numbers of tubes with calibration
const std::vector< int > & GetMuonChargeHisto() const
histogram of the sum of muon charges (not really used anywhere)
unsigned int GetNT1() const
number of T1 received during calibration
std::vector< int > fMuonChargeHisto
unsigned int GetNT2() const
number of T2 received during calibration
void SetNTubesOk(const unsigned int nTubesOk)
get numbers of tubes with calibration
class to hold data at Station level
int GetMuonChargeHistoOffset() const
x axis offset of the combined charge histogram
StationCalibData()=default
void SetVersion(const int version)
version of the onboard calibration
unsigned int GetNTot() const
total number of triggers recevied during calibration
void SetMuonChargeHisto(const std::vector< int > &mch, const int offset)
histogram of the sum of muon charges
void SetNT1(const unsigned int nt1)
number of T1 received during calibration
unsigned int GetStartSecond() const
GPS second of start of calibration.
unsigned int GetEndSecond() const
GPS second of end of calibration.
void SetNT2(const unsigned int nt2)
number of T2 received during calibration
void SetStartSecond(const unsigned int ss)
GPS second of start of calibration.
int GetVersion() const
version of the onboard calibration
void SetEndSecond(const unsigned int es)
GPS second of end of calibration.
~StationCalibData()=default
unsigned int fStartSecond