#include <StMuProbPidTraits.h>
Public Member Functions | |
| double | dEdxFit () const |
| returns the fitted dEdx value | |
| double | dEdxErrorFit () const |
| returns the fitted dEdx resolution value | |
| double | dEdxTruncated () const |
| returns the truncated 70% dEdx value | |
| double | dEdxErrorTruncated () const |
| returns the truncated 70% dEdx resolution value | |
| double | dEdxTrackLength () const |
| returns the track length in TPC used for dE/dx calculations | |
| double | log2dX () const |
| double | ndf () const |
| returns number of degrees of freedon | |
| double | probability (unsigned int i) const |
| returns the probability of the track being of particle type i | |
| double | sum () const |
| returns the sum of all probabilities | |
| int | numberOfParticles () const |
| returns the number of particles avaiable | |
| void | setdEdxFit (double dedx) |
| sets the fitted dEdx value; | |
| void | setdEdxErrorFit (double dedx) |
| sets the fitted dEdx error value; | |
| void | setdEdxTruncated (double dedx) |
| sets the truncated dEdx value; | |
| void | setdEdxErrorTruncated (double dedx) |
| sets the truncated dEdx error value; | |
| void | setdEdxTrackLength (double dedx) |
| sets the track length in TPC used for dE/dx calculations | |
| void | setNdf (unsigned int) |
| set number of degrees of freedom | |
| void | setProbability (unsigned int, double) |
| set the probability for particle i | |
| void | setLog2dX (Float_t log2dX=1) |
Protected Attributes | |
| unsigned char | mNDF |
| float | mdEdxFit |
| float | mdEdxErrorFit |
| float | mdEdxTruncated |
| float | mdEdxErrorTruncated |
| float | mdEdxTrackLength |
| float | mLog2dX |
| float | mProbabilities [__NPARTICLES__] |
| array holding the pid probabilities | |
Definition at line 29 of file StMuProbPidTraits.h.
1.5.9