AMSDST
|
#include <myRichRingBase.h>
Public Member Functions | |
myRichRingBase () | |
Constructor. | |
~myRichRingBase () | |
Default destructor. | |
virtual void | Clear (Option_t *option="")=0 |
ClassDef (myRichRingBase, 1) | |
short int | iPart () |
short int | iMySelf () |
void | SetPart (short int ipart) |
void | SetMySelf (short int imyself) |
ClassDef (myObject, 4) | |
Public Attributes | |
UInt_t | Status |
Float_t | Beta |
Float_t | Theta |
Short_t | i_part |
id of particle object it belongs | |
Short_t | i_myself |
id of the object itself in gbatch | |
Private Member Functions | |
virtual void | init ()=0 |
Definition at line 7 of file myRichRingBase.h.
|
inline |
Constructor.
Definition at line 10 of file myRichRingBase.h.
|
inline |
Default destructor.
Definition at line 12 of file myRichRingBase.h.
myRichRingBase::ClassDef | ( | myRichRingBase | , |
1 | |||
) |
|
inherited |
|
pure virtual |
Implemented in myRichRingPlus, and myRichRing.
|
inlineinherited |
Definition at line 22 of file myObject.h.
References myObject::i_myself.
Referenced by myEvent::pmyTrdKFromTrdTrackByMySelf().
|
privatepure virtual |
Implemented in myRichRingPlus, and myRichRing.
|
inlineinherited |
Definition at line 21 of file myObject.h.
References myObject::i_part.
|
inlineinherited |
Definition at line 30 of file myObject.h.
References myObject::i_myself.
|
inlineinherited |
Definition at line 24 of file myObject.h.
References myObject::i_part.
Float_t myRichRingBase::Beta |
Definition at line 15 of file myRichRingBase.h.
Referenced by myRichRingPlus::getRawIndexUsed().
|
inherited |
id of the object itself in gbatch
Definition at line 19 of file myObject.h.
Referenced by myObject::iMySelf(), and myObject::SetMySelf().
|
inherited |
id of particle object it belongs
Definition at line 18 of file myObject.h.
Referenced by myObject::iPart(), and myObject::SetPart().
UInt_t myRichRingBase::Status |
Definition at line 12 of file myRichRingBase.h.
Referenced by myRichRingPlus::DistanceTileBorder(), myRichRingPlus::IsNaF(), and myRichRingPlus::Rebuild().
Float_t myRichRingBase::Theta |
Definition at line 16 of file myRichRingBase.h.
Referenced by myRichRingPlus::getRawIndexUsed().