LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 180 of file SpacePointAlg.h.
std::vector<double> trkf::SpacePointAlg::HitMCInfo::dist2 |
Distance to nearest neighbor hit (indexed by plane).
Definition at line 184 of file SpacePointAlg.h.
Referenced by trkf::SpacePointAlg::makeSpacePoints().
std::vector<const recob::Hit*> trkf::SpacePointAlg::HitMCInfo::pchit |
Pointer to nearest neighbor hit (indexed by plane).
Definition at line 183 of file SpacePointAlg.h.
Referenced by trkf::SpacePointAlg::compatible(), and trkf::SpacePointAlg::makeSpacePoints().
std::vector<int> trkf::SpacePointAlg::HitMCInfo::trackIDs |
Parent trackIDs.
Definition at line 181 of file SpacePointAlg.h.
Referenced by trkf::SpacePointAlg::compatible(), and trkf::SpacePointAlg::makeSpacePoints().
std::vector<double> trkf::SpacePointAlg::HitMCInfo::xyz |
Location of ionization (all tracks).
Definition at line 182 of file SpacePointAlg.h.
Referenced by trkf::SpacePointAlg::makeSpacePoints().