Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
LArPandoraHitCollectionToolDefault.h
Go to the documentation of this file.
1
8
#include "
larpandora/LArPandoraInterface/LArPandoraHelper.h
"
9
#include "
larpandora/LArPandoraInterface/LArPandoraHitCollectionTool.h
"
10
11
namespace
lar_pandora
{
12
13
class
LArPandoraHitCollectionToolDefault
:
public
IHitCollectionTool
{
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
LArPandoraHelper.h
helper function for LArPandoraInterface producer module
LArPandoraHitCollectionTool.h
lar_pandora::IHitCollectionTool
Definition
LArPandoraHitCollectionTool.h:16
lar_pandora::LArPandoraHitCollectionToolDefault
Definition
LArPandoraHitCollectionToolDefault.h:13
lar_pandora::LArPandoraHitCollectionToolDefault::CollectHits
void CollectHits(const art::Event &evt, const std::string &label, HitVector &hitVector) override
Definition
LArPandoraHitCollectionToolDefault_tool.cc:18
lar_pandora
Definition
ConsolidatedPFParticleAnalysisTemplate_module.cc:18
lar_pandora::HitVector
std::vector< art::Ptr< recob::Hit > > HitVector
Definition
LArPandoraHelper.h:60
larpandora
larpandora
LArPandoraInterface
LArPandoraHitCollectionToolDefault.h