ThreeViewShowerHitsTool.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArThreeDReco/LArHitCreation/ThreeViewShowerHitsTool.h
3  *
4  * @brief Header file for the three view shower hits tool.
5  *
6  * $Log: $
7  */
8 #ifndef THREE_VIEW_SHOWER_HITS_TOOL_H
9 #define THREE_VIEW_SHOWER_HITS_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief ThreeViewShowerHitsTool class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
26 
27 private:
28  void GetShowerHit3D(const pandora::CaloHitVector &caloHitVector1, const pandora::CaloHitVector &caloHitVector2, ProtoHit &protoHit) const;
29 
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
32  float m_zTolerance; ///< The z tolerance to use when looking for associated calo hits between views
33 };
34 
35 } // namespace lar_content
36 
37 #endif // #ifndef THREE_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.
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...
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
ShowerHitsBaseTool class.
ThreeViewShowerHitsTool class.
float m_zTolerance
The z tolerance to use when looking for associated calo hits between views.