#include <ParticleID.h>
Public Member Functions | |
ParticleID () | |
ParticleID (const std::vector< anab::sParticleIDAlgScores > &ParticleIDAlgScores, const geo::PlaneID &planeID) | |
const std::vector< anab::sParticleIDAlgScores > & | ParticleIDAlgScores () const |
const geo::PlaneID & | PlaneID () const |
Private Attributes | |
std::vector< sParticleIDAlgScores > | fParticleIDAlgScores |
Vector of structs to hold outputs from generic PID algorithms. More... | |
geo::PlaneID | fPlaneID |
Plane id. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ParticleID const &a) |
Definition at line 43 of file ParticleID.h.
anab::ParticleID::ParticleID | ( | ) |
Definition at line 16 of file ParticleID.cxx.
anab::ParticleID::ParticleID | ( | const std::vector< anab::sParticleIDAlgScores > & | ParticleIDAlgScores, |
const geo::PlaneID & | planeID | ||
) |
Definition at line 21 of file ParticleID.cxx.
|
inline |
Definition at line 65 of file ParticleID.h.
|
inline |
Definition at line 67 of file ParticleID.h.
|
friend |
Definition at line 31 of file ParticleID.cxx.
|
private |
Vector of structs to hold outputs from generic PID algorithms.
Definition at line 46 of file ParticleID.h.
|
private |
Plane id.
Definition at line 47 of file ParticleID.h.