Definition at line 25 of file HitsStandard_tool.cc.
reco3d::HitsStandard::~HitsStandard |
( |
| ) |
|
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 HitsStandard_tool.cc.
References DEFINE_ART_CLASS_TOOL, geo::kCollection, geo::kU, geo::kV, geo::kY, and geo::kZ.
79 for (
auto&
hit : inputHits) {
80 if (
hit->Integral() < 0 || isnan(
hit->Integral()) || isinf(
hit->Integral())) {
82 <<
"WARNING: bad recob::Hit::Integral() = " <<
hit->Integral() <<
". Skipping." 107 mf::LogDebug(
"HitsStandard") <<
">>>>> Reading hits done" << std::endl;
Planes which measure Z direction.
Planes which measure Y direction.
Detector simulation of raw signals on wires.
MaybeLogger_< ELseverityLevel::ELsev_success, false > LogDebug
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
Signal from collection planes.
The documentation for this class was generated from the following file: