LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar_pandora::LArPandoraHitCollectionToolDefault Class Reference

#include "LArPandoraHitCollectionToolDefault.h"

Inheritance diagram for lar_pandora::LArPandoraHitCollectionToolDefault:
lar_pandora::IHitCollectionTool

Public Member Functions

 LArPandoraHitCollectionToolDefault (const fhicl::ParameterSet &pset)
 
void CollectHits (const art::Event &evt, const std::string &label, HitVector &hitVector) override
 

Detailed Description

Definition at line 13 of file LArPandoraHitCollectionToolDefault.h.

Constructor & Destructor Documentation

lar_pandora::LArPandoraHitCollectionToolDefault::LArPandoraHitCollectionToolDefault ( const fhicl::ParameterSet pset)
explicit

Definition at line 14 of file LArPandoraHitCollectionToolDefault_tool.cc.

16  {}

Member Function Documentation

void lar_pandora::LArPandoraHitCollectionToolDefault::CollectHits ( const art::Event evt,
const std::string &  label,
HitVector hitVector 
)
overridevirtual

Implements lar_pandora::IHitCollectionTool.

Definition at line 18 of file LArPandoraHitCollectionToolDefault_tool.cc.

References lar_pandora::LArPandoraHelper::CollectHits(), and DEFINE_ART_CLASS_TOOL.

21  {
22  LArPandoraHelper::CollectHits(evt, label, hitVector);
23  }
static void CollectHits(const art::Event &evt, const std::string &label, HitVector &hitVector)
Collect the reconstructed Hits from the ART event record.

The documentation for this class was generated from the following files: