Track PID from dE/dx v. residual range Chi2. More...
#include <SRTrkChi2PID.h>
Public Member Functions | |
SRTrkChi2PID () | |
virtual | ~SRTrkChi2PID () |
void | setDefault () |
Public Attributes | |
int | pdg |
Min Chi2 pdg. More... | |
int | pid_ndof |
Number of degress of freedom in Chi2 PID fit. More... | |
float | chi2_muon |
dE/dx v. residual range Chi2 (muon hypothesis) More... | |
float | chi2_pion |
dE/dx v. residual range Chi2 (pion hypothesis) More... | |
float | chi2_kaon |
dE/dx v. residual range Chi2 (kaon hypothesis) More... | |
float | chi2_proton |
dE/dx v. residual range Chi2 (proton hypothesis) More... | |
float | pida |
PIDA. More... | |
Track PID from dE/dx v. residual range Chi2.
Definition at line 10 of file SRTrkChi2PID.h.
caf::SRTrkChi2PID::SRTrkChi2PID | ( | ) |
Definition at line 14 of file SRTrkChi2PID.cxx.
|
virtual |
Definition at line 24 of file SRTrkChi2PID.cxx.
void caf::SRTrkChi2PID::setDefault | ( | ) |
Definition at line 26 of file SRTrkChi2PID.cxx.
float caf::SRTrkChi2PID::chi2_kaon |
dE/dx v. residual range Chi2 (kaon hypothesis)
Definition at line 21 of file SRTrkChi2PID.h.
float caf::SRTrkChi2PID::chi2_muon |
dE/dx v. residual range Chi2 (muon hypothesis)
Definition at line 19 of file SRTrkChi2PID.h.
float caf::SRTrkChi2PID::chi2_pion |
dE/dx v. residual range Chi2 (pion hypothesis)
Definition at line 20 of file SRTrkChi2PID.h.
float caf::SRTrkChi2PID::chi2_proton |
dE/dx v. residual range Chi2 (proton hypothesis)
Definition at line 22 of file SRTrkChi2PID.h.
int caf::SRTrkChi2PID::pdg |
Min Chi2 pdg.
Definition at line 17 of file SRTrkChi2PID.h.
int caf::SRTrkChi2PID::pid_ndof |
Number of degress of freedom in Chi2 PID fit.
Definition at line 18 of file SRTrkChi2PID.h.
float caf::SRTrkChi2PID::pida |
PIDA.
Definition at line 24 of file SRTrkChi2PID.h.