Definition at line 26 of file HitsICARUS_tool.cc.
reco3d::HitsICARUS::~HitsICARUS |
( |
| ) |
|
Interface for configuring the particular algorithm tool.
- Parameters
-
ParameterSet | The input set of parameters for configuration |
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 72 of file HitsICARUS_tool.cc.
References DEFINE_ART_CLASS_TOOL.
78 for (
auto&
hit : inputHits) {
79 if (
hit->Integral() < 0 || std::isnan(
hit->Integral()) || std::isinf(
hit->Integral())) {
80 mf::LogWarning(
"Hits_ICARUS") <<
"WARNING: bad recob::Hit::Integral() = " <<
hit->Integral()
81 <<
". Skipping." << std::endl;
85 if (
hit->WireID().Plane == 0)
86 firstIndHits.push_back(
hit);
87 else if (
hit->WireID().Plane == 1)
88 secondIndHits.push_back(
hit);
90 collectionHits.push_back(
hit);
93 mf::LogDebug(
"Hits_ICARUS") <<
">>>>> Reading hits done" << std::endl;
Detector simulation of raw signals on wires.
MaybeLogger_< ELseverityLevel::ELsev_success, false > LogDebug
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
The documentation for this class was generated from the following file: