Definition at line 31 of file RFFHitFinder_module.cc.
hit::RFFHitFinder::RFFHitFinder |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
Definition at line 53 of file RFFHitFinder_module.cc.
57 fAlg(
p.get<fhicl::ParameterSet>(
"RFFHitFinderAlgParams"))
art::InputTag fWireModuleLabel
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::RFFHitFinder::beginJob |
( |
| ) |
|
|
overrideprivate |
Definition at line 80 of file RFFHitFinder_module.cc.
82 art::ServiceHandle<geo::Geometry const> geoHandle;
void SetFitterParamsVectors(geo::Geometry const &)
The geometry of one entire detector, as served by art.
void hit::RFFHitFinder::produce |
( |
art::Event & |
e | ) |
|
|
overrideprivate |
Definition at line 63 of file RFFHitFinder_module.cc.
65 art::ServiceHandle<geo::Geometry const> geoHandle;
67 art::Handle< std::vector<recob::Wire> > wireHandle;
70 std::unique_ptr< std::vector<recob::Hit> > hitCollection(
new std::vector<recob::Hit>);
71 fAlg.
Run(*wireHandle,*hitCollection,*geoHandle);
74 hcol.use_hits(std::move(hitCollection));
art::InputTag fWireModuleLabel
void Run(std::vector< recob::Wire > const &, std::vector< recob::Hit > &, geo::Geometry const &)
A class handling a collection of hits and its associations.
art::InputTag hit::RFFHitFinder::fWireModuleLabel |
|
private |
The documentation for this class was generated from the following file: