LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#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 35 of file MCRecoPart.h.
|
inline |
|
inlinevirtual |
Definition at line 41 of file MCRecoPart.h.
|
inline |
Definition at line 56 of file MCRecoPart.h.
References sim::kINVALID_DOUBLE, sim::kINVALID_INT, sim::kINVALID_UINT, and geo::kUnknown.
Referenced by MCMiniPart().
unsigned int sim::MCMiniPart::_ancestor |
Definition at line 46 of file MCRecoPart.h.
std::set<unsigned int> sim::MCMiniPart::_daughters |
Definition at line 53 of file MCRecoPart.h.
std::vector<std::pair<TLorentzVector,TLorentzVector> > sim::MCMiniPart::_det_path |
Definition at line 52 of file MCRecoPart.h.
TLorentzVector sim::MCMiniPart::_end_mom |
Definition at line 51 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().
TLorentzVector sim::MCMiniPart::_end_vtx |
Definition at line 50 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().
unsigned int sim::MCMiniPart::_mother |
Definition at line 45 of file MCRecoPart.h.
::simb::Origin_t sim::MCMiniPart::_origin |
Definition at line 54 of file MCRecoPart.h.
int sim::MCMiniPart::_pdgcode |
Definition at line 47 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().
std::string sim::MCMiniPart::_process |
Definition at line 44 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().
TLorentzVector sim::MCMiniPart::_start_mom |
Definition at line 49 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().
TLorentzVector sim::MCMiniPart::_start_vtx |
Definition at line 48 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().
unsigned int sim::MCMiniPart::_track_id |
Definition at line 43 of file MCRecoPart.h.
Referenced by sim::MCTrackRecoAlg::Reconstruct(), and sim::MCShowerRecoAlg::Reconstruct().