LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
trkf::SpacePointAlg::HitMCInfo Struct Reference

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...
 

Detailed Description

Definition at line 180 of file SpacePointAlg.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: