Definition at line 25 of file HitsStandard_tool.cc.
Constructor.
- Parameters
-
Definition at line 55 of file HitsStandard_tool.cc.
void configure(fhicl::ParameterSet const &pset) override
reco3d::HitsStandard::~HitsStandard |
( |
| ) |
|
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 75 of file HitsStandard_tool.cc.
83 for(
auto&
hit: inputHits)
85 if(
hit->Integral() < 0 || isnan(
hit->Integral()) || isinf(
hit->Integral()))
87 mf::LogWarning(
"HitsStandard") <<
"WARNING: bad recob::Hit::Integral() = " 101 xhits.push_back(
hit);
105 uhits.push_back(
hit);
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
QTextStream & endl(QTextStream &s)
Signal from collection planes.
The documentation for this class was generated from the following file: