Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
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
12#include "art/Framework/Principal/Event.h"
13
14namespace lar_pandora {
15
17 public:
18 virtual void CollectHits(const art::Event& evt,
19 const std::string& label,
20 lar_pandora::HitVector& hitVector) = 0;
22 };
23
24} // namespace lar_pandora
25
26#endif // LAR_PANDORA_HITCOLLECTION_TOOL_H
helper function for LArPandoraInterface producer module
virtual void CollectHits(const art::Event &evt, const std::string &label, lar_pandora::HitVector &hitVector)=0
std::vector< art::Ptr< recob::Hit > > HitVector