11 namespace fhicl { 
class ParameterSet; }
 
   21 namespace lar_cluster3d
 
   80                                  double                                  referenceTicks,
 
void GetSkeletonHits(const reco::HitPairListPtr &inputHitList, reco::HitPairListPtr &skeletonHitList) const 
Return the skeleton hits from the input list. 
SkeletonAlg(fhicl::ParameterSet const &pset)
Constructor. 
void reconfigure(fhicl::ParameterSet const &pset)
a handler for the case where the algorithm control parameters are to be reset 
int FindMedialSkeleton(reco::HitPairListPtr &hitPairList) const 
This is intended to find the medial skeleton given a list of input hit pairs. 
fhicl::ParameterSet m_pset
double m_minimumDeltaTicks
void AverageSkeletonPositions(reco::HitPairListPtr &skeletonHitList) const 
Modifies the position of input skeleton hits by averaging along the "best" wire direction. 
std::list< const reco::ClusterHit3D * > HitPairListPtr
double m_maximumDeltaTicks
double FindFirstAndLastWires(std::vector< const reco::ClusterHit3D * > &hitVec, int planeToCheck, int referenceWire, double referenceTicks, int &firstWire, int &lastWire) const 
A function to find the bounding wires in a given view. 
~SkeletonAlg()
Destructor.