Definition at line 30 of file HitFinder_module.cc.
hit::HitFinder::HitFinder |
( |
fhicl::ParameterSet const & |
pset | ) |
|
|
explicit |
Definition at line 67 of file HitFinder_module.cc.
69 ,
fCCHFAlg{pset.get<fhicl::ParameterSet>(
"CCHitFinderAlg")}
art::InputTag fCalDataModuleLabel
label of module producing input wires
static void declare_products(art::ProducesCollector &collector, std::string instance_name="", bool doWireAssns=true, bool doRawDigitAssns=true)
Declares the hit products we are going to fill.
void hit::HitFinder::endJob |
( |
| ) |
|
|
overrideprivate |
Definition at line 114 of file HitFinder_module.cc.
116 mf::LogInfo log(
"HitFinder");
void PrintStats(Stream &out) const
Print the fit statistics.
void hit::HitFinder::produce |
( |
art::Event & |
evt | ) |
|
|
overrideprivate |
Definition at line 83 of file HitFinder_module.cc.
88 art::ValidHandle< std::vector<recob::Wire>> wireVecHandle
95 std::unique_ptr<std::vector<recob::Hit>>
Hits
98 mf::LogInfo(
"HitFinder") <<
Hits->size() <<
" hits produced.";
105 shcol.use_hits(std::move(
Hits));
void RunCCHitFinder(std::vector< recob::Wire > const &Wires)
art::InputTag fCalDataModuleLabel
label of module producing input wires
A class handling a collection of hits and its associations.
art::PtrVector< recob::Hit > Hits
std::vector< recob::Hit > && YieldHits()
Returns (and loses) the collection of reconstructed hits.
art::InputTag hit::HitFinder::fCalDataModuleLabel |
|
private |
The documentation for this class was generated from the following file: