#include <MCRecoPart.h>
Public Member Functions | |
MCMiniPart () | |
virtual | ~MCMiniPart () |
void | Reset () |
bool | HasDaughter (unsigned int d) const |
void | AddDaughter (unsigned int d) |
operator simb::MCParticle () const | |
MCMiniPart (const simb::MCParticle &p) | |
MCMiniPart (const sim::MCParticleLite &p) | |
Public Attributes | |
unsigned int | _track_id |
std::string | _process |
unsigned int | _mother |
unsigned int | _ancestor |
int | _pdgcode |
TLorentzVector | _start_vtx |
TLorentzVector | _start_mom |
TLorentzVector | _end_vtx |
TLorentzVector | _end_mom |
std::vector< std::pair < TLorentzVector, TLorentzVector > > | _det_path |
std::set< unsigned int > | _daughters |
::simb::Origin_t | _origin |
Definition at line 23 of file MCRecoPart.h.
|
inline |
Definition at line 27 of file MCRecoPart.h.
|
inlinevirtual |
Definition at line 29 of file MCRecoPart.h.
|
inline |
Definition at line 82 of file MCRecoPart.h.
|
inline |
Definition at line 94 of file MCRecoPart.h.
|
inline |
Definition at line 66 of file MCRecoPart.h.
|
inline |
Definition at line 62 of file MCRecoPart.h.
|
inline |
Definition at line 70 of file MCRecoPart.h.
|
inline |
Definition at line 44 of file MCRecoPart.h.
unsigned int sim::MCMiniPart::_ancestor |
Definition at line 34 of file MCRecoPart.h.
std::set<unsigned int> sim::MCMiniPart::_daughters |
Definition at line 41 of file MCRecoPart.h.
std::vector<std::pair<TLorentzVector,TLorentzVector> > sim::MCMiniPart::_det_path |
Definition at line 40 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_end_mom |
Definition at line 39 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_end_vtx |
Definition at line 38 of file MCRecoPart.h.
unsigned int sim::MCMiniPart::_mother |
Definition at line 33 of file MCRecoPart.h.
::simb::Origin_t sim::MCMiniPart::_origin |
Definition at line 42 of file MCRecoPart.h.
int sim::MCMiniPart::_pdgcode |
Definition at line 35 of file MCRecoPart.h.
std::string sim::MCMiniPart::_process |
Definition at line 32 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_start_mom |
Definition at line 37 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_start_vtx |
Definition at line 36 of file MCRecoPart.h.
unsigned int sim::MCMiniPart::_track_id |
Definition at line 31 of file MCRecoPart.h.