#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-04-10/ShowerLID/EventLID.h"
Public Member Functions | |
EventLID () | |
~EventLID () | |
EventLID (int pdg, double val) | |
void | SetValWithE (float in) |
void | SetValEPi0 (float in) |
void | SetValECos (float in) |
float | ValueWithE () const |
float | ValueEPi0 () const |
float | ValueECos () 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 | fPIDWithE |
float | fPIDEPi0 |
float | fPIDECos |
Definition at line 16 of file EventLID.h.
|
inline |
|
inline |
Definition at line 20 of file EventLID.h.
References EventLID(), make_root_from_grid_output::pdg, and febshutoff_auto::val.
slid::EventLID::EventLID | ( | int | pdg, |
double | val | ||
) |
Definition at line 15 of file EventLID.cxx.
|
inlineinherited |
Definition at line 21 of file PID.h.
References rb::PID::fPdg.
Referenced by qeef::QeFinderVal::analyze().
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().
|
inline |
|
inline |
|
inline |
|
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().
|
inline |
|
inline |
|
inline |
Definition at line 28 of file EventLID.h.
References fPIDWithE.
Referenced by jmshower::NueSelLID::produce().
|
protectedinherited |
pdg code
Definition at line 27 of file PID.h.
Referenced by lem::PIDDetails::FromString(), rb::PID::Pdg(), and rb::PID::SetPdg().
|
private |
Definition at line 37 of file EventLID.h.
Referenced by SetValECos(), and ValueECos().
|
private |
Definition at line 36 of file EventLID.h.
Referenced by SetValEPi0(), and ValueEPi0().
|
private |
Definition at line 35 of file EventLID.h.
Referenced by SetValWithE(), and ValueWithE().
|
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().