|
virtual const char * | GetCVS () const |
|
Float_t | sumPt (Float_t radius, Float_t threshold=0.0, thresholdCut cut=kTransverse) |
|
Float_t | sumTrackPt (Float_t radius, Float_t threshold=0.0, thresholdCut cut=kTransverse) |
|
Float_t | sumTowerPt (Float_t radius, Float_t threshold=0.0, thresholdCut cut=kTransverse) |
|
Float_t | sumPreshower1 (Float_t radius, Float_t threshold=0.0) |
|
Float_t | sumPreshower2 (Float_t radius, Float_t threshold=0.0) |
|
Float_t | sumPostshower (Float_t radius, Float_t threshold=0.0) |
|
Int_t | numberOfTracks (Float_t radius, Float_t threshold=0.0, thresholdCut cut=kTransverse) |
|
Int_t | numberOfTowers (Float_t radius, Float_t threshold=0.0, thresholdCut cut=kTransverse) |
|
Int_t | numberOfPreshower1 (Float_t radius, Float_t threshold=0.0) |
|
Int_t | numberOfPreshower2 (Float_t radius, Float_t threshold=0.0) |
|
Int_t | numberOfPostshower (Float_t radius, Float_t threshold=0.0) |
|
Int_t | detectorId () |
|
Int_t | id () |
|
Float_t | energy () const |
|
Float_t | seedEnergy () const |
|
Float_t | pre1Energy (Float_t threshold=0.0) |
|
Float_t | pre2Energy (Float_t threshold=0.0) |
|
Float_t | postEnergy (Float_t threshold=0.0) |
|
Float_t | smduEnergy (Float_t threshold=0.0) |
|
Float_t | smdvEnergy (Float_t threshold=0.0) |
|
Float_t | smdEtaEnergy (Float_t threshold=0.0) |
|
Float_t | smdPhiEnergy (Float_t threshold=0.0) |
|
TVector3 | position () const |
|
TVector3 | momentum () const |
|
TVector3 | momentum1x1 () |
|
TVector3 | momentum1x1c () |
|
TVector3 | momentum2x1 () |
|
Int_t | numberOfTracks () |
|
Int_t | numberOfTowers () |
|
Int_t | numberOfPreshower1 () |
|
Int_t | numberOfPreshower2 () |
|
Int_t | numberOfPostshower () |
|
Int_t | numberOfSmdu () |
|
Int_t | numberOfSmdv () |
|
Int_t | numberOfSmdEta () |
|
Int_t | numberOfSmdPhi () |
|
StGammaTrack * | track (Int_t i) |
|
StGammaTower * | tower (Int_t i) |
|
StGammaTower * | preshower1 (Int_t i) |
|
StGammaTower * | preshower2 (Int_t i) |
|
StGammaTower * | postshower (Int_t i) |
|
StGammaStrip * | smdu (Int_t i) |
|
StGammaStrip * | smdv (Int_t i) |
|
StGammaStrip * | smdEta (Int_t i) |
|
StGammaStrip * | smdPhi (Int_t i) |
|
StGammaTrack * | mytrack (Int_t i) |
|
StGammaTower * | mytower (Int_t i) |
|
StGammaTower * | mypreshower1 (Int_t i) |
|
StGammaTower * | mypreshower2 (Int_t i) |
|
StGammaTower * | mypostshower (Int_t i) |
|
Int_t | numberOfMyTracks () |
|
Int_t | numberOfMyTowers () |
|
Int_t | numberOfMyPreshower1 () |
|
Int_t | numberOfMyPreshower2 () |
|
Int_t | numberOfMyPostshower () |
|
StGammaFitterResult & | smdFit (Int_t plane=0) |
|
void | recluster (TVector3 vertex, Float_t threshold, thresholdCut cut=kTransverse) |
|
void | SetId (Int_t id) |
|
void | SetTowerId (Int_t id) |
|
void | SetTowerClusterId (Int_t id) |
|
void | SetSmduClusterId (Int_t id) |
|
void | SetSmdvClusterId (Int_t id) |
|
void | SetSmdEtaClusterId (Int_t id) |
|
void | SetSmdPhiClusterId (Int_t id) |
|
void | SetDetectorId (Int_t id) |
|
void | SetMomentum (TVector3 p) |
|
void | SetPosition (TVector3 p) |
|
void | SetEnergy (Float_t e) |
|
void | SetSeedEnergy (Float_t e) |
|
void | SetPre1Energy (Float_t e) |
|
void | SetBPrsEnergy (Float_t e) |
|
void | SetPre2Energy (Float_t e) |
|
void | SetPostEnergy (Float_t e) |
|
void | SetSmduEnergy (Float_t e) |
|
void | SetSmdvEnergy (Float_t e) |
|
void | SetSmdEtaEnergy (Float_t e) |
|
void | SetSmdPhiEnergy (Float_t e) |
|
void | addTrack (StGammaTrack *track) |
|
void | addTower (StGammaTower *tower) |
|
void | addPreshower1 (StGammaTower *pre1) |
|
void | addPreshower2 (StGammaTower *pre2) |
|
void | addPostshower (StGammaTower *post) |
|
void | addSmdu (StGammaStrip *strip) |
|
void | addSmdv (StGammaStrip *strip) |
|
void | addSmdEta (StGammaStrip *strip) |
|
void | addSmdPhi (StGammaStrip *strip) |
|
void | addMyTrack (StGammaTrack *track) |
|
void | addMyTower (StGammaTower *tower) |
|
void | addMyPreshower1 (StGammaTower *pre1) |
|
void | addMyPreshower2 (StGammaTower *pre2) |
|
void | addMyPostshower (StGammaTower *post) |
|
void | SetSmdFit (const StGammaFitterResult &fit, Int_t plane=0) |
|
Definition at line 40 of file StGammaCandidate.h.