Public Member Functions | |
BPFPId () | |
BPFPId (int pdg, double val) | |
void | SetDefaults () |
Set fLength, fChi2T, fdEdXLL and fHitRatio to default values. More... | |
void | SetLength (double length) |
void | SetChi2T (double chi2T) |
void | SetdEdXLL (double dEdXLL) |
void | SetHitRatio (double hitRatio) |
float | GetLength () const |
float | GetChi2T () const |
float | GetdEdXLL () const |
float | GetHitRatio () const |
int | Pdg () const |
double | Value () const |
void | SetPdg (int pdg) |
void | SetVal (double val) |
Protected Attributes | |
int | fPdg |
pdg code More... | |
double | fVal |
pid value More... | |
Private Attributes | |
float | fLength |
Track Length. More... | |
float | fChi2T |
BreakPointFitter track total chi^2 (sum of hit plus plane chi^2) More... | |
float | fdEdXLL |
dE/dX log likelihood total for the BreakPointFitter Track More... | |
float | fHitRatio |
Ratio of on track to on + off track hits. More... | |
bpfit::BPFPId::BPFPId | ( | ) |
Definition at line 21 of file BPFPId.cxx.
References SetDefaults().
bpfit::BPFPId::BPFPId | ( | int | pdg, |
double | val | ||
) |
Definition at line 28 of file BPFPId.cxx.
References SetDefaults().
|
inline |
Definition at line 43 of file BPFPId.h.
References fChi2T.
Referenced by bpfit::BPFEnergyEstimatorOnly::produce().
|
inline |
Definition at line 44 of file BPFPId.h.
References fdEdXLL.
Referenced by caf::FillTrackVarsBpfPid(), and bpfit::BPFEnergyEstimatorOnly::produce().
|
inline |
Definition at line 45 of file BPFPId.h.
References fHitRatio.
Referenced by caf::FillTrackVarsBpfPid(), and bpfit::BPFEnergyEstimatorOnly::produce().
|
inline |
Definition at line 42 of file BPFPId.h.
References fLength.
Referenced by bpfit::BPFEnergyEstimatorOnly::produce().
|
inlineinherited |
Definition at line 21 of file PID.h.
References rb::PID::fPdg.
Referenced by qeef::QeFinderVal::analyze().
|
inline |
Definition at line 37 of file BPFPId.h.
References fChi2T.
Referenced by bpfit::BPFPIdMaker::produce(), and SetDefaults().
|
inline |
Definition at line 38 of file BPFPId.h.
References fdEdXLL.
Referenced by bpfit::BPFPIdMaker::produce(), and SetDefaults().
void bpfit::BPFPId::SetDefaults | ( | ) |
Set fLength, fChi2T, fdEdXLL and fHitRatio to default values.
Definition at line 35 of file BPFPId.cxx.
References SetChi2T(), SetdEdXLL(), SetHitRatio(), and SetLength().
Referenced by BPFPId().
|
inline |
Definition at line 39 of file BPFPId.h.
References fHitRatio.
Referenced by bpfit::BPFPIdMaker::produce(), and SetDefaults().
|
inline |
Definition at line 36 of file BPFPId.h.
References fLength, and demo0::length.
Referenced by bpfit::BPFPIdMaker::produce(), and SetDefaults().
Definition at line 23 of file PID.h.
References rb::PID::fPdg, and make_root_from_grid_output::pdg.
Referenced by slid::LIDBuilder::produce(), rvp::RecVarPID::produce(), xnue::XnuePID::produce(), remid::RecoMuon::produce(), and bpfit::BPFPIdMaker::produce().
|
inlineinherited |
Definition at line 24 of file PID.h.
References rb::PID::fVal, and febshutoff_auto::val.
Referenced by qeef::QeFinder::produce(), muonid::MuonIDProd::produce(), slid::LIDBuilder::produce(), rvp::RecVarPID::produce(), xnue::XnuePID::produce(), bpfit::BPFPIdMaker::produce(), and remid::RecoMuon::produce().
|
inlineinherited |
Definition at line 22 of file PID.h.
References rb::PID::fVal.
Referenced by qeef::QeFinderVal::analyze(), remid::ReMIdValidate::analyze(), numue::NumuEAna::analyze(), remid::ReMIdDedx::analyze(), remid::ReMIdDedxRock::analyze(), remid::ReMIdDedxStudies::analyze(), caf::FillLEMVars(), caf::FillMuIdVars(), caf::FillMuonIDVars(), caf::FillNumuInfo(), caf::FillRVPVars(), caf::FillSlidVars(), caf::FillTrackVarsBpfPid(), caf::FillXnueVars(), muonid::HighestPIDTrack(), remid::HighestPIDTrack(), skim::ParametersNue::ParametersNue(), skim::ParametersNumu::ParametersNumu(), numusand::FillSandbox::produce(), cosrej::CosRej::produce(), jmshower::NueSelLID::produce(), bpfit::BPFEnergyEstimatorOnly::produce(), murem::MuonRemove::RemoveByReMId(), and bpf::BPFCVNAna::scoreCompare().
|
private |
BreakPointFitter track total chi^2 (sum of hit plus plane chi^2)
Definition at line 55 of file BPFPId.h.
Referenced by GetChi2T(), and SetChi2T().
|
private |
dE/dX log likelihood total for the BreakPointFitter Track
Definition at line 57 of file BPFPId.h.
Referenced by GetdEdXLL(), and SetdEdXLL().
|
private |
Ratio of on track to on + off track hits.
Definition at line 59 of file BPFPId.h.
Referenced by GetHitRatio(), and SetHitRatio().
|
private |
|
protectedinherited |
pdg code
Definition at line 27 of file PID.h.
Referenced by lem::PIDDetails::FromString(), rb::PID::Pdg(), and rb::PID::SetPdg().
|
protectedinherited |
pid value
Definition at line 28 of file PID.h.
Referenced by lem::PIDDetails::FromString(), rb::PID::SetVal(), lem::PIDDetails::ToString(), and rb::PID::Value().