#include <PSAFrame.h>
Public Member Functions | |
virtual Double_t | GetE (UInt_t=0u) const =0 |
to get the energy associated to the core More... | |
virtual Hit * | GetHit (UShort_t)=0 |
To get back a particular Hit (already on the stack !) More... | |
virtual const Hit * | GetHit (UShort_t) const =0 |
to get back a particular Hit (already on the stack !) More... | |
virtual UShort_t | GetNbHits () const =0 |
To know the number of Hits currently on the stack. More... | |
virtual Double_t | GetT (UInt_t=0u) const =0 |
to get the time associated to the core More... | |
virtual Int_t | GetUID () const =0 |
to get the crystal ID More... | |
virtual GObject * | Global () |
virtual Hit * | NewHit ()=0 |
Add a NewHit to the stack of Hits associated to this PSAFrame. More... | |
PSAInterface () | |
virtual void | SetE (Double_t, UInt_t=0u)=0 |
to set the energy associated to the core More... | |
virtual void | SetT (Double_t, UInt_t=0u)=0 |
to set the time associated to the core More... | |
virtual void | SetUID (Int_t)=0 |
to set the crystal ID More... | |
virtual | ~PSAInterface () |
Protected Member Functions | |
void | ResetGlobal () |
Definition at line 130 of file PSAFrame.h.