Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
MultiValuedTransverseTrackHitsTool.h
Go to the documentation of this file.
1
8#ifndef MULTI_VALUED_TRANSVERSE_TRACK_HITS_TOOL_H
9#define MULTI_VALUED_TRANSVERSE_TRACK_HITS_TOOL_H 1
10
12
13namespace lar_content
14{
15
20{
21private:
22 void GetTransverseTrackHit3D(const MatchedSlidingFitMap &matchedSlidingFitMap, ProtoHit &protoHit) const;
23};
24
25} // namespace lar_content
26
27#endif // #ifndef MULTI_VALUED_TRANSVERSE_TRACK_HITS_TOOL_H
Header file for the transverse track hits base tool.
void GetTransverseTrackHit3D(const MatchedSlidingFitMap &matchedSlidingFitMap, ProtoHit &protoHit) const
Get the three dimensional position using a provided two dimensional calo hit and sliding linear fits ...
Proto hits are temporary constructs to be used during iterative 3D hit procedure.
std::map< pandora::HitType, TwoDSlidingFitResult > MatchedSlidingFitMap