#include <ShowerRecoManager.h>
Public Member Functions | |
ShowerRecoManager () | |
Default constructor. More... | |
void | Algo (ShowerRecoAlgBase *alg) |
const ShowerRecoAlgBase * | Algo () const |
void | Reset () |
ClusterAss_t | Reconstruct (geo::GeometryCore const &geom, detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const std::vector< std::vector< util::PxHit >> &clusters, std::vector<::recob::Shower > &showers) |
void | Reconstruct (geo::GeometryCore const &geom, detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const std::vector< std::vector< util::PxHit >> &clusters, const ClusterAss_t &ass, std::vector<::recob::Shower > &showers) |
::cmtool::CMatchManager & | MatchManager () |
Private Member Functions | |
void | Process (geo::GeometryCore const &geom, detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const ClusterAss_t &ass, std::vector<::recob::Shower > &showers) |
Private Attributes | |
bool | fMatch |
Boolean flag to whether or not to run matching. More... | |
::showerreco::ShowerRecoAlgBase * | fShowerAlgo |
Shower reconstruction algorithm. More... | |
::cmtool::CMatchManager * | fMatchMgr |
Cluster matching code. More... | |
User defined class ShowerRecoManager ... these comments are used to generate doxygen documentation!
Definition at line 50 of file ShowerRecoManager.h.
showerreco::ShowerRecoManager::ShowerRecoManager | ( | ) |
Default constructor.
Definition at line 16 of file ShowerRecoManager.cxx.
|
inline |
Definition at line 56 of file ShowerRecoManager.h.
|
inline |
Definition at line 62 of file ShowerRecoManager.h.
|
inline |
Definition at line 83 of file ShowerRecoManager.h.
|
private |
Definition at line 73 of file ShowerRecoManager.cxx.
ClusterAss_t showerreco::ShowerRecoManager::Reconstruct | ( | geo::GeometryCore const & | geom, |
detinfo::DetectorClocksData const & | clockData, | ||
detinfo::DetectorPropertiesData const & | detProp, | ||
const std::vector< std::vector< util::PxHit >> & | clusters, | ||
std::vector<::recob::Shower > & | showers | ||
) |
Definition at line 31 of file ShowerRecoManager.cxx.
void showerreco::ShowerRecoManager::Reconstruct | ( | geo::GeometryCore const & | geom, |
detinfo::DetectorClocksData const & | clockData, | ||
detinfo::DetectorPropertiesData const & | detProp, | ||
const std::vector< std::vector< util::PxHit >> & | clusters, | ||
const ClusterAss_t & | ass, | ||
std::vector<::recob::Shower > & | showers | ||
) |
Definition at line 58 of file ShowerRecoManager.cxx.
void showerreco::ShowerRecoManager::Reset | ( | void | ) |
Definition at line 24 of file ShowerRecoManager.cxx.
|
private |
Boolean flag to whether or not to run matching.
Definition at line 90 of file ShowerRecoManager.h.
|
private |
Cluster matching code.
Definition at line 96 of file ShowerRecoManager.h.
|
private |
Shower reconstruction algorithm.
Definition at line 93 of file ShowerRecoManager.h.