StRoot
1
|
SVT electron cloud expansion routines Simulates electron cloud expansion inside of the silicon wafer. More...
#include <StSvtElectronCloud.hh>
Public Member Functions | |
void | setSiliconProp () |
void | setElectronLifeTime (double tLife) |
void | setDriftVelocity (double driftVel) |
void | setTrappingConst (double trapConst) |
void | setDiffusionConst (double diffConst) |
void | setPar (double energy, double theta, double phi, double timeBinSize, int trackId) |
void | CalcExpansion (double mTc) |
void | runge_kutta4 (int steps, double t0, double steplen, int save) |
void | adamsBushFort (int steps, double t0, double steplen) |
double | getSigmaDrift () |
double | getSigmaAnode () |
double | getSigmaCorr () |
double | getSigmaMajor () |
double | getSigmaMinor () |
double | getPhi () |
double | getChargeAtAnode () |
int | getTrackId () const |
Public Member Functions inherited from StObject | |
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 | |
SVT electron cloud expansion routines Simulates electron cloud expansion inside of the silicon wafer.
Definition at line 18 of file StSvtElectronCloud.hh.
void StSvtElectronCloud::setSiliconProp | ( | ) |
!this is not realy used - the multfactor is hardwired for
Definition at line 97 of file StSvtElectronCloud.cc.