#include <IShowerTool.h>
Public Member Functions | |
IShowerTool (const fhicl::ParameterSet &pset) | |
virtual | ~IShowerTool () noexcept=default |
virtual int | CalculateElement (const art::Ptr< recob::PFParticle > &pfparticle, art::Event &Event, reco::shower::ShowerElementHolder &ShowerEleHolder)=0 |
int | RunShowerTool (const art::Ptr< recob::PFParticle > &pfparticle, art::Event &Event, reco::shower::ShowerElementHolder &ShowerEleHolder, std::string evd_display_name_append="") |
virtual void | InitialiseProducers () |
void | SetPtr (art::ProducesCollector *collector) |
void | InitaliseProducerPtr (reco::shower::ShowerProducedPtrsHolder &uniqueproducerPtrs) |
virtual int | AddAssociations (const art::Ptr< recob::PFParticle > &pfpPtr, art::Event &Event, reco::shower::ShowerElementHolder &ShowerEleHolder) |
Protected Member Functions | |
const shower::LArPandoraShowerAlg & | GetLArPandoraShowerAlg () const |
template<class T > | |
art::Ptr< T > | GetProducedElementPtr (std::string Name, reco::shower::ShowerElementHolder &ShowerEleHolder, int iter=-1) |
template<class T > | |
void | InitialiseProduct (std::string Name, std::string InstanceName="") |
template<class T , class A , class B > | |
void | AddSingle (A &a, B &b, std::string Name) |
int | GetVectorPtrSize (std::string Name) |
void | PrintPtrs () |
void | PrintPtr (std::string Name) |
Private Attributes | |
reco::shower::ShowerProducedPtrsHolder * | UniquePtrs |
shower::LArPandoraShowerAlg | fLArPandoraShowerAlg |
bool | fRunEventDisplay |
art::ProducesCollector * | collectorPtr |
Definition at line 26 of file IShowerTool.h.
|
inline |
Definition at line 29 of file IShowerTool.h.
|
virtualdefaultnoexcept |
|
inlinevirtual |
Reimplemented in ShowerRecoTools::ShowerPCADirection, ShowerRecoTools::ShowerPandoraSlidingFitTrackFinder, ShowerRecoTools::ShowerExampleTool, and ShowerRecoTools::ShowerSkeletonTool.
Definition at line 79 of file IShowerTool.h.
|
inlineprotected |
Definition at line 161 of file IShowerTool.h.
|
pure virtual |
Implemented in ShowerRecoTools::ShowerIncrementalTrackHitFinder, ShowerRecoTools::ShowerNumElectronsEnergy, ShowerRecoTools::ShowerPCADirection, ShowerRecoTools::ShowerTrajPointdEdx, ShowerRecoTools::ShowerBayesianTrucatingdEdx, ShowerRecoTools::ShowerPandoraSlidingFitTrackFinder, ShowerRecoTools::ShowerTrackPCADirection, ShowerRecoTools::ShowerDirectionCheater, ShowerRecoTools::Shower2DLinearRegressionTrackHitFinder, ShowerRecoTools::ShowerLinearEnergy, ShowerRecoTools::ShowerPFPVertexStartPosition, ShowerRecoTools::ShowerPCAPropergationStartPosition, ShowerRecoTools::ShowerStartPositionCheater, ShowerRecoTools::ShowerTrackFinderCheater, ShowerRecoTools::Shower3DCylinderTrackHitFinder, ShowerRecoTools::ShowerTrackHitDirection, ShowerRecoTools::ShowerUnidirectiondEdx, ShowerRecoTools::ShowerTrackTrajToSpacePoint, ShowerRecoTools::ShowerLengthPercentile, ShowerRecoTools::ShowerTrackColinearTrajPointDirection, ShowerRecoTools::ShowerTrackDirection, ShowerRecoTools::ShowerTrackSpacePointDirection, ShowerRecoTools::ShowerTrackTrajPointDirection, ShowerRecoTools::ShowerExampleTool, ShowerRecoTools::ShowerPCAEigenvalueLength, ShowerRecoTools::ShowerTrackStartPosition, ShowerRecoTools::ShowerDirectionTopologyDecisionTool, and ShowerRecoTools::ShowerSkeletonTool.
|
inlineprotected |
Definition at line 88 of file IShowerTool.h.
|
inlineprotected |
Definition at line 109 of file IShowerTool.h.
|
inlineprotected |
Definition at line 168 of file IShowerTool.h.
|
inline |
Definition at line 72 of file IShowerTool.h.
|
inlinevirtual |
Reimplemented in ShowerRecoTools::ShowerPCADirection, ShowerRecoTools::ShowerPandoraSlidingFitTrackFinder, and ShowerRecoTools::ShowerExampleTool.
Definition at line 60 of file IShowerTool.h.
|
inlineprotected |
Definition at line 145 of file IShowerTool.h.
|
inlineprotected |
Definition at line 180 of file IShowerTool.h.
|
inlineprotected |
Definition at line 174 of file IShowerTool.h.
|
inline |
Definition at line 43 of file IShowerTool.h.
|
inline |
Definition at line 65 of file IShowerTool.h.
|
private |
Definition at line 103 of file IShowerTool.h.
|
private |
Definition at line 98 of file IShowerTool.h.
|
private |
Definition at line 101 of file IShowerTool.h.
|
private |
Definition at line 91 of file IShowerTool.h.