Definition at line 25 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 71 of file HitsICARUS_tool.cc.
References DEFINE_ART_CLASS_TOOL.
77 for (
auto&
hit : inputHits) {
78 if (
hit->Integral() < 0 || isnan(
hit->Integral()) || isinf(
hit->Integral())) {
79 mf::LogWarning(
"Hits_ICARUS") <<
"WARNING: bad recob::Hit::Integral() = " <<
hit->Integral()
80 <<
". Skipping." << std::endl;
84 if (
hit->WireID().Plane == 0)
85 firstIndHits.push_back(
hit);
86 else if (
hit->WireID().Plane == 1)
87 secondIndHits.push_back(
hit);
89 collectionHits.push_back(
hit);
92 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: