#include <MCRecoPart.h>
Public Member Functions | |
MCMiniPart () | |
virtual | ~MCMiniPart () |
void | Reset () |
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 20 of file MCRecoPart.h.
|
inline |
Definition at line 24 of file MCRecoPart.h.
|
inlinevirtual |
Definition at line 26 of file MCRecoPart.h.
|
inline |
Definition at line 41 of file MCRecoPart.h.
unsigned int sim::MCMiniPart::_ancestor |
Definition at line 31 of file MCRecoPart.h.
std::set<unsigned int> sim::MCMiniPart::_daughters |
Definition at line 38 of file MCRecoPart.h.
std::vector<std::pair<TLorentzVector,TLorentzVector> > sim::MCMiniPart::_det_path |
Definition at line 37 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_end_mom |
Definition at line 36 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_end_vtx |
Definition at line 35 of file MCRecoPart.h.
unsigned int sim::MCMiniPart::_mother |
Definition at line 30 of file MCRecoPart.h.
::simb::Origin_t sim::MCMiniPart::_origin |
Definition at line 39 of file MCRecoPart.h.
int sim::MCMiniPart::_pdgcode |
Definition at line 32 of file MCRecoPart.h.
std::string sim::MCMiniPart::_process |
Definition at line 29 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_start_mom |
Definition at line 34 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_start_vtx |
Definition at line 33 of file MCRecoPart.h.
unsigned int sim::MCMiniPart::_track_id |
Definition at line 28 of file MCRecoPart.h.