1 #include <sevt/StationCalibData.h>
2 #include <io/StationCalibData_ROOT.h>
11 fVersion(
c.GetVersion()),
12 fStartSecond(
c.GetStartSecond()),
13 fEndSecond(
c.GetEndSecond()),
17 fNTubesOk(
c.GetNTubesOk()),
18 fMuonChargeHisto(
c.GetMuonChargeHisto()),
19 fMuonChargeHistoOffset(
c.GetMuonChargeHistoOffset())
void SetNTot(const unsigned int ntot)
total number of triggers recevied during calibration
void operator>>(sevt::StationCalibData &c) const
std::vector< int > fMuonChargeHisto
Persistent StationCalibData using ROOT.
int fMuonChargeHistoOffset
void SetNTubesOk(const unsigned int nTubesOk)
get numbers of tubes with calibration
void SetVersion(const int version)
version of the onboard 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
void SetNT2(const unsigned int nt2)
number of T2 received during calibration
void SetStartSecond(const unsigned int ss)
GPS second of start of calibration.
void SetEndSecond(const unsigned int es)
GPS second of end of calibration.
unsigned int fStartSecond