Class representing a single hit for the Hodoscopes.
Definition at line 16 of file THcHodoHit.h.
|
Double_t | GetCalcPosition () const |
|
Bool_t | GetHasCorrectedTimes () const |
|
Double_t | GetNegADC () const |
|
Double_t | GetNegADCCorrtime () const |
|
Double_t | GetNegADCpeak () const |
|
Double_t | GetNegADCtime () const |
|
Double_t | GetNegCorrectedTime () const |
|
Int_t | GetNegTDC () const |
|
Double_t | GetNegTOFCorrectedTime () const |
|
Double_t | GetPaddleCenter () const |
|
Int_t | GetPaddleNumber () const |
|
Double_t | GetPosADC () const |
|
Double_t | GetPosADCCorrtime () const |
|
Double_t | GetPosADCpeak () const |
|
Double_t | GetPosADCtime () const |
|
Double_t | GetPosCorrectedTime () const |
|
Int_t | GetPosTDC () const |
|
Double_t | GetPosTOFCorrectedTime () const |
|
Double_t | GetScinCorrectedTime () const |
|
Bool_t | GetTwoGoodTimes () const |
|
Bool_t | IsSortable () const |
|
void | SetCalcPosition (Double_t calcpos) |
|
void | SetCorrectedTimes (Double_t pos, Double_t neg) |
|
void | SetCorrectedTimes (Double_t pos, Double_t neg, Double_t postof, Double_t negtof, Double_t timeave) |
|
void | SetNegADCCorrtime (Double_t ptime) |
|
void | SetNegADCpeak (Double_t adc) |
|
void | SetNegADCtime (Double_t ptime) |
|
void | SetPaddleCenter (Double_t padcenter) |
|
void | SetPosADCCorrtime (Double_t ptime) |
|
void | SetPosADCpeak (Double_t adc) |
|
void | SetPosADCtime (Double_t ptime) |
|
void | SetTwoGoodTimes (Bool_t flag) |
|
| THcHodoHit (Int_t postdc, Int_t negtdc, Double_t posadc, Double_t negadc, Int_t ipad, THcScintillatorPlane *sp) |
|
virtual | ~THcHodoHit () |
|
void | AbstractMethod (const char *method) const |
|
virtual void | AppendPad (Option_t *option="") |
|
virtual void | Browse (TBrowser *b) |
|
virtual const char * | ClassName () const |
|
virtual void | Clear (Option_t *="") |
|
virtual TObject * | Clone (const char *newname="") const |
|
virtual Int_t | Compare (const TObject *obj) const |
|
virtual void | Copy (TObject &object) const |
|
virtual void | Delete (Option_t *option="") |
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
|
virtual void | Draw (Option_t *option="") |
|
virtual void | DrawClass () const |
|
virtual TObject * | DrawClone (Option_t *option="") const |
|
virtual void | Dump () const |
|
virtual void | Error (const char *method, const char *msgfmt,...) const |
|
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
|
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
|
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
|
virtual TObject * | FindObject (const char *name) const |
|
virtual TObject * | FindObject (const TObject *obj) const |
|
virtual Option_t * | GetDrawOption () const |
|
virtual const char * | GetIconName () const |
|
virtual const char * | GetName () const |
|
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
|
virtual Option_t * | GetOption () const |
|
virtual const char * | GetTitle () const |
|
virtual UInt_t | GetUniqueID () const |
|
virtual Bool_t | HandleTimer (TTimer *timer) |
|
virtual ULong_t | Hash () const |
|
virtual void | Info (const char *method, const char *msgfmt,...) const |
|
virtual Bool_t | InheritsFrom (const char *classname) const |
|
virtual Bool_t | InheritsFrom (const TClass *cl) const |
|
virtual void | Inspect () const |
|
void | InvertBit (UInt_t f) |
|
virtual Bool_t | IsEqual (const TObject *obj) const |
|
virtual Bool_t | IsFolder () const |
|
Bool_t | IsOnHeap () const |
|
Bool_t | IsZombie () const |
|
virtual void | ls (Option_t *option="") const |
|
void | MayNotUse (const char *method) const |
|
virtual Bool_t | Notify () |
|
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
|
void | operator delete (void *ptr) |
|
void | operator delete[] (void *ptr) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz) |
|
TObject & | operator= (const TObject &rhs) |
|
virtual void | Paint (Option_t *option="") |
|
virtual void | Pop () |
|
virtual void | Print (Option_t *option="") const |
|
virtual Int_t | Read (const char *name) |
|
virtual void | RecursiveRemove (TObject *obj) |
|
void | ResetBit (UInt_t f) |
|
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
|
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
|
void | SetBit (UInt_t f) |
|
void | SetBit (UInt_t f, Bool_t set) |
|
virtual void | SetDrawOption (Option_t *option="") |
|
virtual void | SetUniqueID (UInt_t uid) |
|
virtual void | SysError (const char *method, const char *msgfmt,...) const |
|
Bool_t | TestBit (UInt_t f) const |
|
Int_t | TestBits (UInt_t f) const |
|
| TObject () |
|
| TObject (const TObject &object) |
|
virtual void | UseCurrentStyle () |
|
virtual void | Warning (const char *method, const char *msgfmt,...) const |
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
|
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
|
virtual | ~TObject () |
|