BOSS 7.1.1
BESIII Offline Software System
|
#include <TofQPID.h>
Public Member Functions | |
~TofQPID () | |
void | init () |
void | calculate () |
bool | IsPidInfoValid () const |
double | chi (int n) const |
double | prob (int n) const |
int | ndof () const |
double | hitstatus () const |
int | neuronPID () const |
Public Member Functions inherited from ParticleIDBase | |
ParticleIDBase () | |
virtual | ~ParticleIDBase () |
EvtRecTrack * | PidTrk () const |
void | setRecTrack (EvtRecTrack *trk) |
double | chiMinCut () const |
void | setChiMinCut (const double chi=4) |
double | chiMaxCut () const |
void | setChiMaxCut (const double chi=6) |
double | pdfMinSigmaCut () const |
void | setPdfMinSigmaCut (const double pdf=4) |
double | getRunNo () const |
void | setRunNo (const double runh=8093) |
double | p () |
double | pt () |
double | charge () |
double | xmass (int n) |
double | velc () |
double | probCalculate (double chi2, int n) |
double | pdfCalculate (double offset, double sigma) |
double | interpolation (double *x, double *y, double x1) |
double | pol2 (double x, double *par) |
double | pol3 (double x, double *par) |
double | pol4 (double x, double *par) |
int | useDedx () const |
int | useTof () const |
int | useTof1 () const |
int | useTof2 () const |
int | useTofE () const |
int | useTofQ () const |
int | useTofC () const |
int | useTofCorr () const |
int | useEmc () const |
int | useMuc () const |
int | onlyPionKaon () const |
int | onlyPionKaonProton () const |
int | onlyPionKaonElectron () const |
int | all () const |
int | onlyElectron () const |
int | onlyMuon () const |
int | onlyPion () const |
int | onlyKaon () const |
int | onlyProton () const |
int | methodLikelihood () const |
int | methodProbability () const |
int | methodNeuronNetwork () const |
int | dedxValid () const |
int | tofValid () const |
int | tofeValid () const |
int | tofqValid () const |
int | tofcValid () const |
int | tofcorrValid () const |
int | emcValid () const |
int | mucValid () const |
void | set_path (const char *s_path=0) |
void | set_path (std::string s_path) |
Static Public Member Functions | |
static TofQPID * | instance () |
Protected Member Functions | |
int | neuronPIDCalculation () |
int | particleIDCalculation () |
int | LikelihoodCalculation () |
Protected Member Functions inherited from ParticleIDBase |
Additional Inherited Members | |
Static Protected Attributes inherited from ParticleIDBase | |
static std::string | path = "" |
|
virtual |
|
inlinevirtual |
|
inline |
|
virtual |
Implements ParticleIDBase.
Definition at line 22 of file TofQPID.cxx.
|
static |
Definition at line 13 of file TofQPID.cxx.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlinevirtual |
|
inlineprotected |
|
protectedvirtual |
Implements ParticleIDBase.
Definition at line 37 of file TofQPID.cxx.
Referenced by calculate().
|
inlinevirtual |