DUNEAnaShowerUtils class.
More...
#include <DUNEAnaShowerUtils.h>
Get the hits associated with the shower.
- Parameters
-
shower | is the shower for which we want the hits |
evt | is the underlying art event |
label | is the label for the shower producer |
- Returns
- vector of art::Ptrs to the hits
Definition at line 22 of file DUNEAnaShowerUtils.cxx.
24 return DUNEAnaShowerUtils::GetAssocProductVector<recob::Hit>(pShower,
evt,
label,
label);
Get the particle associated with the shower.
- Parameters
-
shower | is the shower for which we want the particle |
evt | is the underlying art event |
label | is the label for the shower producer |
- Returns
- art::Ptr to the particle
Definition at line 36 of file DUNEAnaShowerUtils.cxx.
38 return DUNEAnaShowerUtils::GetAssocProduct<recob::PFParticle>(pShower,
evt,
label,
label);
Get the spacepoints associated with the shower.
- Parameters
-
shower | is the shower for which we want the spacepoints |
evt | is the underlying art event |
label | is the label for the shower producer |
- Returns
- vector of art::Ptrs to the spacepoints
Definition at line 29 of file DUNEAnaShowerUtils.cxx.
31 return DUNEAnaShowerUtils::GetAssocProductVector<recob::SpacePoint>(pShower,
evt,
label,
label);
The documentation for this class was generated from the following files: