Art tool for merging stubs on the same plane. More...
Public Member Functions | |
PlaneStubMerge (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
std::vector< sbn::StubInfo > | Merge (const std::vector< sbn::StubInfo > &stubs, const geo::GeometryCore *geo, const spacecharge::SpaceCharge *sce, const detinfo::DetectorClocksData &dclock, const detinfo::DetectorPropertiesData &dprop) override |
Public Member Functions inherited from sbn::IStubMerge | |
virtual | ~IStubMerge () noexcept=default |
Virtual Destructor. More... | |
Private Attributes | |
double | fStubDotCut |
Art tool for merging stubs on the same plane.
Always merges into the larger stub.
Definition at line 27 of file PlaneStubMerge_tool.cc.
sbn::PlaneStubMerge::PlaneStubMerge | ( | fhicl::ParameterSet const & | pset | ) |
|
overridevirtual |
Implements sbn::IStubMerge.
Definition at line 49 of file PlaneStubMerge_tool.cc.
|
private |
Definition at line 41 of file PlaneStubMerge_tool.cc.