All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
caf::SRTrkChi2PID Class Reference

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...
 

Detailed Description

Track PID from dE/dx v. residual range Chi2.

Definition at line 10 of file SRTrkChi2PID.h.

Constructor & Destructor Documentation

caf::SRTrkChi2PID::SRTrkChi2PID ( )

Definition at line 14 of file SRTrkChi2PID.cxx.

14  :
15  pdg(-999),
16  pid_ndof(-99),
17  chi2_muon(std::numeric_limits<float>::signaling_NaN()),
18  chi2_pion(std::numeric_limits<float>::signaling_NaN()),
19  chi2_kaon(std::numeric_limits<float>::signaling_NaN()),
20  chi2_proton(std::numeric_limits<float>::signaling_NaN()),
21  pida(std::numeric_limits<float>::signaling_NaN())
22  { }
float chi2_kaon
dE/dx v. residual range Chi2 (kaon hypothesis)
Definition: SRTrkChi2PID.h:21
float chi2_proton
dE/dx v. residual range Chi2 (proton hypothesis)
Definition: SRTrkChi2PID.h:22
float pida
PIDA.
Definition: SRTrkChi2PID.h:24
float chi2_pion
dE/dx v. residual range Chi2 (pion hypothesis)
Definition: SRTrkChi2PID.h:20
int pid_ndof
Number of degress of freedom in Chi2 PID fit.
Definition: SRTrkChi2PID.h:18
float chi2_muon
dE/dx v. residual range Chi2 (muon hypothesis)
Definition: SRTrkChi2PID.h:19
int pdg
Min Chi2 pdg.
Definition: SRTrkChi2PID.h:17
caf::SRTrkChi2PID::~SRTrkChi2PID ( )
virtual

Definition at line 24 of file SRTrkChi2PID.cxx.

24 { }

Member Function Documentation

void caf::SRTrkChi2PID::setDefault ( )

Definition at line 26 of file SRTrkChi2PID.cxx.

27  {
28  pdg = -5;
29  pid_ndof = -5;
30  chi2_muon = -5.0;
31  chi2_pion = -5.0;
32  chi2_kaon = -5.0;
33  chi2_proton = -5.0;
34  pida = -5;
35  }
float chi2_kaon
dE/dx v. residual range Chi2 (kaon hypothesis)
Definition: SRTrkChi2PID.h:21
float chi2_proton
dE/dx v. residual range Chi2 (proton hypothesis)
Definition: SRTrkChi2PID.h:22
float pida
PIDA.
Definition: SRTrkChi2PID.h:24
float chi2_pion
dE/dx v. residual range Chi2 (pion hypothesis)
Definition: SRTrkChi2PID.h:20
int pid_ndof
Number of degress of freedom in Chi2 PID fit.
Definition: SRTrkChi2PID.h:18
float chi2_muon
dE/dx v. residual range Chi2 (muon hypothesis)
Definition: SRTrkChi2PID.h:19
int pdg
Min Chi2 pdg.
Definition: SRTrkChi2PID.h:17

Member Data Documentation

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.


The documentation for this class was generated from the following files: