LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
TwoViewShowerHitsTool.h
Go to the documentation of this file.
1 
8 #ifndef TWO_VIEW_SHOWER_HITS_TOOL_H
9 #define TWO_VIEW_SHOWER_HITS_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
20 {
21 private:
22  void GetShowerHit3D(const pandora::CaloHitVector &caloHitVector1, const pandora::CaloHitVector &caloHitVector2, ProtoHit &protoHit) const;
23 
31  void GetShowerHit3D(const pandora::CaloHitVector &caloHitVector, ProtoHit &protoHit) const;
32 };
33 
34 } // namespace lar_content
35 
36 #endif // #ifndef TWO_VIEW_SHOWER_HITS_TOOL_H
Proto hits are temporary constructs to be used during iterative 3D hit procedure. ...
Header file for the shower hits base tool.
ShowerHitsBaseTool class.
TwoViewShowerHitsTool class.
void GetShowerHit3D(const pandora::CaloHitVector &caloHitVector1, const pandora::CaloHitVector &caloHitVector2, ProtoHit &protoHit) const
Get the three dimensional position for to a two dimensional calo hit, using the hit and a list of can...