DUNEAnaClusterUtils class. More...
#include <DUNEAnaClusterUtils.h>
Static Public Member Functions | |
static std::vector< art::Ptr< recob::Hit > > | GetHits (const art::Ptr< recob::Cluster > &pCluster, const art::Event &evt, const std::string &label) |
Get the hits associated with the cluster. More... | |
Additional Inherited Members | |
Static Private Member Functions inherited from dune_ana::DUNEAnaUtilsBase | |
template<typename T > | |
static std::vector< art::Ptr< T > > | GetProductVector (const art::Event &evt, const std::string &label) |
template<typename T , typename U > | |
static std::vector< art::Ptr< T > > | GetAssocProductVector (const art::Ptr< U > &part, const art::Event &evt, const std::string &label, const std::string &assocLabel) |
template<typename T , typename U > | |
static art::Ptr< T > | GetAssocProduct (const art::Ptr< U > &part, const art::Event &evt, const std::string &label, const std::string &assocLabel) |
DUNEAnaClusterUtils class.
Definition at line 28 of file DUNEAnaClusterUtils.h.
|
static |
Get the hits associated with the cluster.
cluster | is the cluster for which we want the hits |
evt | is the underlying art event |
label | is the label for the cluster producer |
Definition at line 16 of file DUNEAnaClusterUtils.cxx.