1#ifndef ROOT_THcRawTdcHit
2#define ROOT_THcRawTdcHit
#define ClassDef(name, id)
Class representing a single raw TDC hit.
Int_t GetRefTime() const
Gets reference time. In channels.
Int_t GetTimeRaw(UInt_t iHit=0) const
Gets raw TDC time. In channels.
static const UInt_t fMaxNHits
void SetRefDiffTime(Int_t refDiffTime)
THcRawTdcHit()
Constructor.
void SetRefTime(Int_t refTime)
Sets reference time. In channels.
THcRawTdcHit & operator=(const THcRawTdcHit &right)
Assignment operator.
Int_t GetTime(UInt_t iHit=0) const
Gets TDC time. In channels.
virtual ~THcRawTdcHit()
Destructor.
Double_t fChannelToTimeFactor
UInt_t GetNHits() const
Gets the number of set hits.
Bool_t HasRefTime() const
Queries whether reference time has been set.
void SetTime(Int_t time)
Sets raw TDC time from the modules. In channels.
Int_t GetRefDiffTime() const
virtual void Clear(Option_t *opt="")
Clears variables before next event.