Newer
Older
#ifndef ROOT_THcRawTdcHit
#define ROOT_THcRawTdcHit
#include "TObject.h"
class THcRawTdcHit : public TObject {
public:
THcRawTdcHit();
THcRawTdcHit& operator=(const THcRawTdcHit& right);
virtual ~THcRawTdcHit();
virtual void Clear(Option_t* opt="");
void SetTime(Int_t time);
void SetRefTime(Int_t refTime);
Int_t GetTimeRaw(UInt_t iHit=0) const;
Int_t GetTime(UInt_t iHit=0) const;
Int_t GetRefTime() const;
UInt_t GetNHits() const;
static const UInt_t fMaxNHits = 128;
Double_t fChannelToTimeFactor;