LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 49 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 19 of file ParticleID.cxx.
References fParticleIDAlgScores, fPlaneID, and ParticleIDAlgScores().
|
inline |
Definition at line 69 of file ParticleID.h.
Referenced by ParticleID().
|
inline |
Definition at line 74 of file ParticleID.h.
|
friend |
Definition at line 29 of file ParticleID.cxx.
|
private |
Vector of structs to hold outputs from generic PID algorithms.
Definition at line 52 of file ParticleID.h.
Referenced by anab::operator<<(), and ParticleID().
|
private |
Plane id.
Definition at line 53 of file ParticleID.h.
Referenced by anab::operator<<(), and ParticleID().