LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
reco3d::InductionWireWithXPos Struct Reference

Public Member Functions

 InductionWireWithXPos (InductionWireHit *w, double x)
 
bool operator< (const InductionWireWithXPos &w) const
 

Public Attributes

InductionWireHitiwire
 
double xpos
 

Detailed Description

The position in the drift direction that an induction wire's time implies depends on which TPC we assume the hit originated in.

Definition at line 50 of file SpacePointSolver_module.cc.

Constructor & Destructor Documentation

reco3d::InductionWireWithXPos::InductionWireWithXPos ( InductionWireHit w,
double  x 
)
inline

Definition at line 52 of file SpacePointSolver_module.cc.

Member Function Documentation

bool reco3d::InductionWireWithXPos::operator< ( const InductionWireWithXPos w) const
inline

Definition at line 54 of file SpacePointSolver_module.cc.

References xpos.

Referenced by reco3d::SpacePointSolver::AddNeighbours(), and reco3d::SpacePointSolver::BuildSystemXUV().

54 {return xpos < w.xpos;}
Float_t w
Definition: plot.C:23

Member Data Documentation

InductionWireHit* reco3d::InductionWireWithXPos::iwire
double reco3d::InductionWireWithXPos::xpos

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