#include <SRTrkMCS.h>
Public Member Functions | |
SRTrkMCS () | |
virtual | ~SRTrkMCS () |
void | setDefault () |
Public Attributes | |
float | fwdP_muon |
Momentum from start->end fit for muon [GeV/c]. More... | |
float | fwdP_pion |
Momentum from start->end fit for pion [GeV/c]. More... | |
float | fwdP_kaon |
Momentum from start->end fit for kaon [GeV/c]. More... | |
float | fwdP_proton |
Momentum from start->end fit for proton [GeV/c]. More... | |
float | fwdP_err_muon |
Error on momentum from start->end fit for muon [GeV/c]. More... | |
float | fwdP_err_pion |
Error on momentum from start->end fit for pion [GeV/c]. More... | |
float | fwdP_err_kaon |
Error on momentum from start->end fit for kaon [GeV/c]. More... | |
float | fwdP_err_proton |
Error on momentum from start->end fit for proton [GeV/c]. More... | |
float | bwdP_muon |
Momentum result from end->start fit for muon [Ge/c]. More... | |
float | bwdP_pion |
Momentum result from end->start fit for pion [Ge/c]. More... | |
float | bwdP_kaon |
Momentum result from end->start fit for kaon [Ge/c]. More... | |
float | bwdP_proton |
Momentum result from end->start fit for proton [Ge/c]. More... | |
float | bwdP_err_muon |
Error on momentum from end->start fit for muon [GeV/c]. More... | |
float | bwdP_err_pion |
Error on momentum from end->start fit for pion [GeV/c]. More... | |
float | bwdP_err_kaon |
Error on momentum from end->start fit for kaon [GeV/c]. More... | |
float | bwdP_err_proton |
Error on momentum from end->start fit for proton [GeV/c]. More... | |
bool | is_bwd_muon |
MCS fit thinks the track is backwards for muon assumption. More... | |
bool | is_bwd_pion |
MCS fit thinks the track is backwards for pion assumption. More... | |
bool | is_bwd_kaon |
MCS fit thinks the track is backwards for kaon assumption. More... | |
bool | is_bwd_proton |
MCS fit thinks the track is backwards for proton assumption. More... | |
Representation of the reco momentum and PID a recob::Track for muon, pion, kaon, and proton assumptions
Definition at line 11 of file SRTrkMCS.h.
caf::SRTrkMCS::SRTrkMCS | ( | ) |
Definition at line 12 of file SRTrkMCS.cxx.
|
virtual |
Definition at line 35 of file SRTrkMCS.cxx.
void caf::SRTrkMCS::setDefault | ( | ) |
Definition at line 37 of file SRTrkMCS.cxx.
float caf::SRTrkMCS::bwdP_err_kaon |
Error on momentum from end->start fit for kaon [GeV/c].
Definition at line 35 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_err_muon |
Error on momentum from end->start fit for muon [GeV/c].
Definition at line 33 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_err_pion |
Error on momentum from end->start fit for pion [GeV/c].
Definition at line 34 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_err_proton |
Error on momentum from end->start fit for proton [GeV/c].
Definition at line 36 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_kaon |
Momentum result from end->start fit for kaon [Ge/c].
Definition at line 30 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_muon |
Momentum result from end->start fit for muon [Ge/c].
Definition at line 28 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_pion |
Momentum result from end->start fit for pion [Ge/c].
Definition at line 29 of file SRTrkMCS.h.
float caf::SRTrkMCS::bwdP_proton |
Momentum result from end->start fit for proton [Ge/c].
Definition at line 31 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_err_kaon |
Error on momentum from start->end fit for kaon [GeV/c].
Definition at line 25 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_err_muon |
Error on momentum from start->end fit for muon [GeV/c].
Definition at line 23 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_err_pion |
Error on momentum from start->end fit for pion [GeV/c].
Definition at line 24 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_err_proton |
Error on momentum from start->end fit for proton [GeV/c].
Definition at line 26 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_kaon |
Momentum from start->end fit for kaon [GeV/c].
Definition at line 20 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_muon |
Momentum from start->end fit for muon [GeV/c].
Definition at line 18 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_pion |
Momentum from start->end fit for pion [GeV/c].
Definition at line 19 of file SRTrkMCS.h.
float caf::SRTrkMCS::fwdP_proton |
Momentum from start->end fit for proton [GeV/c].
Definition at line 21 of file SRTrkMCS.h.
bool caf::SRTrkMCS::is_bwd_kaon |
MCS fit thinks the track is backwards for kaon assumption.
Definition at line 40 of file SRTrkMCS.h.
bool caf::SRTrkMCS::is_bwd_muon |
MCS fit thinks the track is backwards for muon assumption.
Definition at line 38 of file SRTrkMCS.h.
bool caf::SRTrkMCS::is_bwd_pion |
MCS fit thinks the track is backwards for pion assumption.
Definition at line 39 of file SRTrkMCS.h.
bool caf::SRTrkMCS::is_bwd_proton |
MCS fit thinks the track is backwards for proton assumption.
Definition at line 41 of file SRTrkMCS.h.