LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ClearLongitudinalTrackHitsTool.h
Go to the documentation of this file.
1 
8 #ifndef CLEAR_LONGITUDINAL_TRACK_HITS_TOOL_H
9 #define CLEAR_LONGITUDINAL_TRACK_HITS_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
20 {
21 private:
22  void GetLongitudinalTrackHit3D(const MatchedSlidingFitMap &matchedSlidingFitMap, const pandora::CartesianVector &vtx3D,
23  const pandora::CartesianVector &end3D, ProtoHit &protoHit) const;
24 };
25 
26 } // namespace lar_content
27 
28 #endif // #ifndef CLEAR_LONGITUDINAL_TRACK_HITS_TOOL_H
Proto hits are temporary constructs to be used during iterative 3D hit procedure. ...
std::map< pandora::HitType, TwoDSlidingFitResult > MatchedSlidingFitMap
Header file for the longitudinal track hits base tool.
void GetLongitudinalTrackHit3D(const MatchedSlidingFitMap &matchedSlidingFitMap, const pandora::CartesianVector &vtx3D, const pandora::CartesianVector &end3D, ProtoHit &protoHit) const
Get the three dimensional position using a provided two dimensional calo hit and sliding linear fits ...