14 : fShowerAlgo(nullptr), fMatchMgr(nullptr)
17 fMatchMgr = new ::cmtool::CMatchManager(num_planes);
30 const std::vector<std::vector<util::PxHit>>& clusters,
31 std::vector<::recob::Shower>& showers)
48 Process(geom, wireReadoutGeom, clockData, detProp, res_ass, showers);
57 const std::vector<std::vector<util::PxHit>>& clusters,
59 std::vector<::recob::Shower>& showers)
65 Process(geom, wireReadoutGeom, clockData, detProp, ass, showers);
73 std::vector<::recob::Shower>& showers)
76 for (
auto const& pair : ass) {
77 std::vector<::cluster::ClusterParamsAlg> cpans;
79 cpans.reserve(pair.size());
81 for (
auto const& index : pair)
std::vector< std::vector< unsigned int > > ClusterAss_t
Class def header for a class CMatchBookKeeper.
ClusterAss_t Reconstruct(geo::GeometryCore const &geom, geo::WireReadoutGeom const &wireReadoutGeom, detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const std::vector< std::vector< util::PxHit >> &clusters, std::vector<::recob::Shower > &showers)
::showerreco::ShowerRecoAlgBase * fShowerAlgo
Shower reconstruction algorithm.
virtual void AppendInputClusters(const std::vector< cluster::ClusterParamsAlg > &cpan_v)
Setter for a matched combination of clusters.
std::vector< recob::Shower > Reconstruct(geo::GeometryCore const &geom, geo::WireReadoutGeom const &wireReadoutGeom, detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp)
Execute reconstruction.
ShowerRecoManager(unsigned int num_planes)
auto vector(Vector const &v)
Returns a manipulator which will print the specified array.
virtual void Reset()
Function to reset algorithm, to be called @ beginning of each event.
Interface for a class providing readout channel mapping to geometry.
Class def header for exception classes in CMTException.
bool fMatch
Boolean flag to whether or not to run matching.
Description of the physical geometry of one entire detector.
::cmtool::CMatchManager * fMatchMgr
Cluster matching code.
Class def header for a class CMatchManager.
Contains all timing reference information for the detector.
Class def header for a class ShowerRecoAlgBase.
void Process(geo::GeometryCore const &geom, geo::WireReadoutGeom const &wireReadoutGeom, detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const ClusterAss_t &ass, std::vector<::recob::Shower > &showers)
Class def header for a class ShowerRecoManager.