35 enum {kFlashWire = BIT(14),
36 kDeltaElec = BIT(15)};
42 sector=kDefaultValueSector;
43 module=kDefaultValueModule;
44 mbo =kDefaultValueMbo;
45 tdc =kDefaultValueTdc;
46 time1=time2=time3=time4=time5=time6=kDefaultValueTime;
54 void setAddress(
const Int_t s,
const Int_t m,
const Int_t mb,
const Int_t t)
66 Bool_t setTime(
const Int_t,
const Int_t
mode=0,
const Bool_t noComment = kFALSE);
67 Bool_t setTimeNew(
const Int_t time,
const Int_t nrtime);
71 Int_t
getMbo(
void)
const {
return mbo; }
72 Int_t
getTdc(
void)
const {
return tdc; }
82 Int_t getTime(
const Int_t
n)
const;
static const Int_t kDefaultValueMbo
default value of module
Int_t getSector(void) const
void setAddress(const Int_t s, const Int_t m, const Int_t mb, const Int_t t)
void setModule(const Int_t n)
void setDeltaElectWire(void)
Bool_t isDeltaElWire(void)
Int_t getModule(void) const
void setSector(const Int_t n)
static const Int_t kDefaultValueTdc
default value of motherboard number
static const Int_t kDefaultValueSector
default value of time
void setMbo(const Int_t n)
static const Int_t kDefaultValueModule
default value of sector
void setTdc(const Int_t n)
void unsetFlashWire(void)
Int_t getNTrialsToFillHits(void) const
static const Int_t kDefaultValueTime
Int_t getNHits(void) const
void getAddress(Int_t &s, Int_t &m, Int_t &mb, Int_t &t)
void unsetDeltaElect(void)