#include <ProtoDUNEBeamlineUtils.h>
Public Member Functions | |
PossibleParticleCands | operator&& (const PossibleParticleCands &b) const |
PossibleParticleCands | operator|| (const PossibleParticleCands &b) const |
operator std::string () const | |
std::vector< int > | getPDGCodes () const |
Public Attributes | |
bool | electron = false |
bool | muon = false |
bool | pion = false |
bool | kaon = false |
bool | proton = false |
bool | deuteron = false |
Definition at line 38 of file ProtoDUNEBeamlineUtils.h.
|
inline |
Definition at line 64 of file ProtoDUNEBeamlineUtils.h.
|
inline |
Definition at line 53 of file ProtoDUNEBeamlineUtils.h.
|
inline |
|
inline |
bool protoana::PossibleParticleCands::deuteron = false |
Definition at line 45 of file ProtoDUNEBeamlineUtils.h.
bool protoana::PossibleParticleCands::electron = false |
Definition at line 40 of file ProtoDUNEBeamlineUtils.h.
bool protoana::PossibleParticleCands::kaon = false |
Definition at line 43 of file ProtoDUNEBeamlineUtils.h.
bool protoana::PossibleParticleCands::muon = false |
Definition at line 41 of file ProtoDUNEBeamlineUtils.h.
bool protoana::PossibleParticleCands::pion = false |
Definition at line 42 of file ProtoDUNEBeamlineUtils.h.
bool protoana::PossibleParticleCands::proton = false |
Definition at line 44 of file ProtoDUNEBeamlineUtils.h.