Definition at line 25 of file HitsStandard_tool.cc.
reco3d::HitsStandard::HitsStandard |
( |
const fhicl::ParameterSet & |
pset | ) |
|
|
explicit |
Constructor.
- Parameters
-
Definition at line 55 of file HitsStandard_tool.cc.
void configure(fhicl::ParameterSet const &pset) override
Interface for configuring the particular algorithm tool.
reco3d::HitsStandard::~HitsStandard |
( |
| ) |
|
void reco3d::HitsStandard::configure |
( |
fhicl::ParameterSet const & |
| ) |
|
|
overridevirtual |
Interface for configuring the particular algorithm tool.
- Parameters
-
ParameterSet | The input set of parameters for configuration |
Implements reco3d::IHitReader.
Definition at line 68 of file HitsStandard_tool.cc.
bool reco3d::HitsStandard::readHits |
( |
const std::vector< art::Ptr< recob::Hit >> & |
inputHits, |
|
|
std::vector< art::Ptr< recob::Hit >> & |
xhits, |
|
|
std::vector< art::Ptr< recob::Hit >> & |
uhits, |
|
|
std::vector< art::Ptr< recob::Hit >> & |
vhits |
|
) |
| const |
|
overridevirtual |
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() = "
89 <<
". Skipping." << std::endl;
101 xhits.push_back(
hit);
105 uhits.push_back(
hit);
115 mf::LogDebug(
"HitsStandard") <<
">>>>> Reading hits done" << std::endl;
Planes which measure Z direction.
Planes which measure Y direction.
Signal from collection planes.
The documentation for this class was generated from the following file: