Public Attributes | |
std::vector< int > | trackIDs |
Parent trackIDs. More... | |
std::vector< double > | xyz |
Location of ionization (all tracks). More... | |
std::vector< const recob::Hit * > | pchit |
Pointer to nearest neighbor hit (indexed by plane). More... | |
std::vector< double > | dist2 |
Distance to nearest neighbor hit (indexed by plane). More... | |
Definition at line 219 of file SpacePointAlg.h.
std::vector<double> trkf::SpacePointAlg::HitMCInfo::dist2 |
Distance to nearest neighbor hit (indexed by plane).
Definition at line 223 of file SpacePointAlg.h.
std::vector<const recob::Hit*> trkf::SpacePointAlg::HitMCInfo::pchit |
Pointer to nearest neighbor hit (indexed by plane).
Definition at line 222 of file SpacePointAlg.h.
std::vector<int> trkf::SpacePointAlg::HitMCInfo::trackIDs |
Parent trackIDs.
Definition at line 220 of file SpacePointAlg.h.
std::vector<double> trkf::SpacePointAlg::HitMCInfo::xyz |
Location of ionization (all tracks).
Definition at line 221 of file SpacePointAlg.h.