LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
LArPandoraHitCollectionTool.h
Go to the documentation of this file.
1 
7 #ifndef LAR_PANDORA_HIT_COLLECTION_TOOL_H
8 #define LAR_PANDORA_HIT_COLLECTION_TOOL_H
9 
11 
13 
14 namespace lar_pandora {
15 
17  public:
18  virtual void CollectHits(const art::Event& evt,
19  const std::string& label,
20  lar_pandora::HitVector& hitVector) = 0;
21  virtual ~IHitCollectionTool(){};
22  };
23 
24 } // namespace lar_pandora
25 
26 #endif // LAR_PANDORA_HITCOLLECTION_TOOL_H
virtual void CollectHits(const art::Event &evt, const std::string &label, lar_pandora::HitVector &hitVector)=0
std::vector< art::Ptr< recob::Hit > > HitVector
TCEvent evt
Definition: DataStructs.cxx:8
helper function for LArPandoraInterface producer module