StRoot
1
|
#include <StRichSpectra.h>
Public Member Functions | |
StRichSpectra (int v=-999) | |
StRichSpectra (float, float, float, float, float, float, float, float, int, float, int, int, float, float, float, float, int, float, float, float, float, int, int, int, int=-999) | |
void | setExtrapolatedPosition (float, float) |
void | setExtrapolatedResidual (float, float) |
void | setCorrectedExtrapolatedResidual (float, float) |
void | setCherenkovAngle (float) |
void | setCherenkovSigma (float) |
void | setCherenkovPhotons (int) |
void | setPeakAngle (float) |
void | setPeakPhotons (int) |
void | setTotalPhotons (int) |
void | setMassSquared (float) |
void | setLineIntegralRatio (float) |
void | setLineIntegral (float) |
void | setAlpha (float) |
void | setFlag (int) |
void | setReserved (float) |
void | setMeanD (float pi=FLT_MAX, float k=FLT_MAX, float p=FLT_MAX) |
void | setNumberOfD (int pi=-100, int k=-100, int p=-100) |
void | setVersion (int) |
float | getExtrapolatedX () const |
float | getExtrapolatedY () const |
float | getExtrapolatedXResidual () const |
float | getExtrapolatedYResidual () const |
float | getCorrectedExtrapolatedXResidual () const |
float | getCorrectedExtrapolatedYResidual () const |
float | getCherenkovAngle () const |
float | getCherenkovSigma () const |
int | getCherenkovPhotons () const |
float | getPeakAngle () const |
int | getPeakPhotons () const |
int | getTotalPhotons () const |
float | getMassSquared () const |
float | getLineIntegralRatio () const |
float | getLineIntegral () const |
float | getAlpha () const |
int | getFlag () const |
float | getMeanDpi () const |
float | getMeanDk () const |
float | getMeanDp () const |
int | getMeanDnpi () const |
int | getMeanDnk () const |
int | getMeanDnp () const |
float | getReserved () const |
int | getVersion () 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 | |
Protected Member Functions | |
virtual const char * | GetCVS () const |
Definition at line 43 of file StRichSpectra.h.