#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-01-15/ShowerLID/SliceLID.h"
Public Member Functions | |
SliceLID () | |
~SliceLID () | |
SliceLID (int pdg, double val) | |
void | SetValue (float in) |
float | Value () const |
int | Pdg () const |
void | SetPdg (int pdg) |
void | SetVal (double val) |
Protected Attributes | |
int | fPdg |
pdg code More... | |
double | fVal |
pid value More... | |
Private Attributes | |
float | fValue |
Definition at line 16 of file SliceLID.h.
|
inline |
|
inline |
Definition at line 20 of file SliceLID.h.
References make_root_from_grid_output::pdg, SliceLID(), and febshutoff_auto::val.
slid::SliceLID::SliceLID | ( | int | pdg, |
double | val | ||
) |
Definition at line 15 of file SliceLID.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 |
|
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().
|
private |
Definition at line 30 of file SliceLID.h.
Referenced by SetValue(), and Value().