Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
LArPandoraHitCollectionToolDefault.h
Go to the documentation of this file.
1
10
11namespace lar_pandora {
12
14 public:
15 explicit LArPandoraHitCollectionToolDefault(const fhicl::ParameterSet& pset);
16 void CollectHits(const art::Event& evt,
17 const std::string& label,
18 HitVector& hitVector) override;
19 };
20
21} // namespace lar_pandora
helper function for LArPandoraInterface producer module
void CollectHits(const art::Event &evt, const std::string &label, HitVector &hitVector) override
std::vector< art::Ptr< recob::Hit > > HitVector