StRoot
1
|
#include <StHelixModel.h>
Public Member Functions | |
StHelixModel (short q, float psi, float c, float dip, const StThreeVectorF &o, const StThreeVectorF &p, short h) | |
StTrackModel | model () const |
short | charge () const |
short | helicity () const |
double | curvature () const |
double | psi () const |
double | dipAngle () const |
const StThreeVectorF & | origin () const |
const StThreeVectorF & | momentum () const |
StPhysicalHelixD | helix () const |
void | setCharge (short) |
void | setHelicity (short) |
void | setCurvature (double) |
void | setPsi (double) |
void | setDipAngle (double) |
void | setOrigin (const StThreeVectorF &) |
void | setMomentum (const StThreeVectorF &) |
StTrackGeometry * | copy () const |
Public Member Functions inherited from StTrackGeometry | |
int | bad () 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 | |
Definition at line 54 of file StHelixModel.h.