Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
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
13namespace lar_content
14{
15
20{
21private:
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
Header file for the shower hits base tool.
ShowerHitsBaseTool class.
Proto hits are temporary constructs to be used during iterative 3D hit procedure.
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...
std::vector< const CaloHit * > CaloHitVector