Definition at line 25 of file HitsICARUS_tool.cc.
Constructor.
- Parameters
-
Definition at line 54 of file HitsICARUS_tool.cc.
void configure(fhicl::ParameterSet const &pset) override
reco3d::HitsICARUS::~HitsICARUS |
( |
| ) |
|
Scan an input collection of clusters and modify those according to the specific implementing algorithm.
- Parameters
-
clusterParametersList | A list of cluster objects (parameters from associated hits) |
Implements reco3d::IHitReader.
Definition at line 74 of file HitsICARUS_tool.cc.
79 for(
auto&
hit: inputHits)
81 if(
hit->Integral() < 0 || isnan(
hit->Integral()) || isinf(
hit->Integral()))
83 mf::LogWarning(
"Hits_ICARUS") <<
"WARNING: bad recob::Hit::Integral() = " 89 if (
hit->WireID().Plane == 0) firstIndHits.push_back(
hit);
90 else if (
hit->WireID().Plane == 1) secondIndHits.push_back(
hit);
91 else collectionHits.push_back(
hit);
Detector simulation of raw signals on wires.
MaybeLogger_< ELseverityLevel::ELsev_success, false > LogDebug
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
QTextStream & endl(QTextStream &s)
The documentation for this class was generated from the following file: