#include <PIDVariables.hh>
Public Member Functions | |
| PIDVariables_LLPID () | |
| PIDVariables_LLPID (EVENT::ReconstructedParticle *) | |
| virtual | ~PIDVariables_LLPID () |
Public Member Functions inherited from PIDVariables_base | |
| PIDVariables_base () | |
| PIDVariables_base (EVENT::ReconstructedParticle *) | |
| virtual | ~PIDVariables_base ()=0 |
| const VarVec * | GetVariables () const |
| float | GetP () const |
| virtual int | Update (EVENT::ReconstructedParticle *) |
| virtual int | Update (const EVENT::ClusterVec, const EVENT::TrackVec, const TVector3 p) |
| virtual void | SetOutOfRange () |
| virtual void | ClearVars () |
Protected Member Functions | |
| virtual void | Populate () |
Additional Inherited Members | |
Public Types inherited from PIDVariables_base | |
| typedef std::vector < PIDVariable_base * > | VarVec |
| typedef PIDParticles::ParticleMap | ParticleMap |
Protected Attributes inherited from PIDVariables_base | |
| VarVec | _varVec {} |
| float | _p {} |
Definition at line 221 of file PIDVariables.hh.
| PIDVariables_LLPID::PIDVariables_LLPID | ( | ) |
Definition at line 381 of file PIDVariables.cc.
| PIDVariables_LLPID::PIDVariables_LLPID | ( | EVENT::ReconstructedParticle * | particle | ) |
Definition at line 387 of file PIDVariables.cc.
|
virtual |
Definition at line 394 of file PIDVariables.cc.
|
protectedvirtual |
Implements PIDVariables_base.
Definition at line 397 of file PIDVariables.cc.