|
| StEmcPoint (const StThreeVectorF &, const StThreeVectorF &, const StThreeVectorF &, unsigned int, float, float, float, unsigned char=0) |
|
float | energy () const |
|
float | chiSquare () const |
|
void | setEnergy (const float) |
|
void | setChiSquare (const float) |
|
StThreeVectorF | size () const |
|
void | setSize (const StThreeVectorF &) |
|
float | energyInDetector (const StDetectorId) const |
|
float | sizeAtDetector (const StDetectorId) const |
|
void | setEnergyInDetector (const StDetectorId, const float) |
|
void | setSizeAtDetector (const StDetectorId, const float) |
|
float | deltaEta () const |
|
float | deltaPhi () const |
|
float | deltaU () const |
|
float | deltaV () const |
|
void | setDeltaEta (const float) |
|
void | setDeltaPhi (const float) |
|
void | setDeltaU (const float) |
|
void | setDeltaV (const float) |
|
StDetectorId | detector () const |
|
StPtrVecEmcCluster & | cluster (const StDetectorId) |
|
const StPtrVecEmcCluster & | cluster (const StDetectorId) const |
|
StPtrVecEmcCluster & | cluster (Int_t) |
|
const StPtrVecEmcCluster & | cluster (Int_t) const |
|
void | addCluster (const StDetectorId, const StEmcCluster *) |
|
StPtrVecEmcPoint & | neighbor () |
|
const StPtrVecEmcPoint & | neighbor () const |
|
void | addNeighbor (const StEmcPoint *) |
|
int | nTracks () const |
|
StPtrVecTrack & | track () |
|
const StPtrVecTrack & | track () const |
|
void | addTrack (StTrack *) |
|
void | print () |
|
void | Print (Option_t *option="") const |
|
void | setQuality (int qua) |
|
int | quality () const |
|
| StHit (const StThreeVectorF &position, const StThreeVectorF &errors, unsigned int hardware, float charge, unsigned char trakRefCount=0, int idTruth=0, unsigned short quality=0, unsigned short id=0) |
|
int | operator== (const StHit &) const |
|
int | operator!= (const StHit &) const |
|
float | charge () const |
|
unsigned int | trackReferenceCount () const |
|
unsigned int | flag () const |
|
StThreeVectorF | positionError () const |
|
StMatrixF | covariantMatrix () const |
|
int | usedInFit () const |
|
int | idTruth () const |
|
int | qaTruth () const |
|
int | id () const |
|
const StHit * | nextHit () const |
|
unsigned int | hardwarePosition () const |
|
void | setCharge (float) |
|
void | setFlag (unsigned short val) |
|
void | setFitFlag (unsigned char) |
|
void | setTrackReferenceCount (unsigned char) |
|
void | setHardwarePosition (unsigned int) |
|
void | setPositionError (const StThreeVectorF &) |
|
void | setId (int Id) |
|
void | setIdTruth (int idtru, int qatru=0) |
|
void | SetNextHit (StHit *next=0) |
|
| StMeasuredPoint (const StThreeVectorF &) |
|
int | operator== (const StMeasuredPoint &) const |
|
int | operator!= (const StMeasuredPoint &) const |
|
virtual const StThreeVectorF & | position () const |
|
virtual void | setPosition (const StThreeVectorF &) |
|
| StObject (const StObject &sto) |
|
StObject & | operator= (const StObject &sto) |
|
virtual TObject * | clone () const |
|
Int_t | isZombie () const |
|
virtual void | makeZombie (int flg=1) |
|
UInt_t | Ztreamer (TBuffer &R__b) |
|
| ClassDef (StObject, 3) static UInt_t fgTally |
|
- Author
- Akio Ogawa, Mar 2000
Definition at line 59 of file StEmcPoint.h.