ClearTransverseTrackHitsTool.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArThreeDReco/LArHitCreation/ClearTransverseTrackHitsTool.h
3  *
4  * @brief Header file for the clear transverse track hit creation tool.
5  *
6  * $Log: $
7  */
8 #ifndef CLEAR_TRANSVERSE_TRACK_HITS_TOOL_H
9 #define CLEAR_TRANSVERSE_TRACK_HITS_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief ClearTransverseTrackHitsTool class
18  */
20 {
21 private:
22  void GetTransverseTrackHit3D(const MatchedSlidingFitMap &matchedSlidingFitMap, ProtoHit &protoHit) const;
23 };
24 
25 } // namespace lar_content
26 
27 #endif // #ifndef CLEAR_TRANSVERSE_TRACK_HITS_TOOL_H
Header file for the transverse track hits base tool.
Proto hits are temporary constructs to be used during iterative 3D hit procedure. ...
std::map< pandora::HitType, TwoDSlidingFitResult > MatchedSlidingFitMap
void GetTransverseTrackHit3D(const MatchedSlidingFitMap &matchedSlidingFitMap, ProtoHit &protoHit) const
Get the three dimensional position using a provided two dimensional calo hit and sliding linear fits ...