Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
ShowerRecoTools::ShowerUnidirectiondEdx Class Reference
Inheritance diagram for ShowerRecoTools::ShowerUnidirectiondEdx:
Collaboration diagram for ShowerRecoTools::ShowerUnidirectiondEdx:

Public Member Functions

 ShowerUnidirectiondEdx (const fhicl::ParameterSet &pset)
 
int CalculateElement (const art::Ptr< recob::PFParticle > &pfparticle, art::Event &Event, reco::shower::ShowerElementHolder &ShowerEleHolder) override
 

Private Member Functions

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)
 
const shower::LArPandoraShowerAlgGetLArPandoraShowerAlg () 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

art::ServiceHandle< geo::Geometry > fGeom
 
calo::CalorimetryAlg fCalorimetryAlg
 
int fVerbose
 
double fdEdxTrackLength
 
double dEdxTrackLength
 
bool fMaxHitPlane
 
bool fMissFirstPoint
 
bool fSumHitSnippets
 
std::string fShowerStartPositionInputLabel
 
std::string fInitialTrackHitsInputLabel
 
std::string fShowerDirectionInputLabel
 
std::string fShowerdEdxOutputLabel
 
std::string fShowerBestPlaneOutputLabel
 
reco::shower::ShowerProducedPtrsHolderUniquePtrs
 
shower::LArPandoraShowerAlg fLArPandoraShowerAlg
 
bool fRunEventDisplay
 
art::ProducesCollector * collectorPtr
 

Detailed Description

Definition at line 21 of file ShowerUnidirectiondEdx_tool.cc.

Constructor & Destructor Documentation

◆ ShowerUnidirectiondEdx()

ShowerRecoTools::ShowerUnidirectiondEdx::ShowerUnidirectiondEdx ( const fhicl::ParameterSet &  pset)

Definition at line 50 of file ShowerUnidirectiondEdx_tool.cc.

Member Function Documentation

◆ AddAssociations()

virtual int ShowerRecoTools::IShowerTool::AddAssociations ( const art::Ptr< recob::PFParticle > &  pfpPtr,
art::Event &  Event,
reco::shower::ShowerElementHolder ShowerEleHolder 
)
inlinevirtualinherited

◆ AddSingle()

template<class T , class A , class B >
void ShowerRecoTools::IShowerTool::AddSingle ( A &  a,
B &  b,
std::string  Name 
)
inlineprotectedinherited

Definition at line 152 of file IShowerTool.h.

Here is the call graph for this function:

◆ CalculateElement()

int ShowerRecoTools::ShowerUnidirectiondEdx::CalculateElement ( const art::Ptr< recob::PFParticle > &  pfparticle,
art::Event &  Event,
reco::shower::ShowerElementHolder ShowerEleHolder 
)
overridevirtual

Implements ShowerRecoTools::IShowerTool.

Definition at line 65 of file ShowerUnidirectiondEdx_tool.cc.

Here is the call graph for this function:

◆ GetLArPandoraShowerAlg()

const shower::LArPandoraShowerAlg & ShowerRecoTools::IShowerTool::GetLArPandoraShowerAlg ( ) const
inlineprotectedinherited

Definition at line 82 of file IShowerTool.h.

Here is the caller graph for this function:

◆ GetProducedElementPtr()

template<class T >
art::Ptr< T > ShowerRecoTools::IShowerTool::GetProducedElementPtr ( std::string  Name,
reco::shower::ShowerElementHolder ShowerEleHolder,
int  iter = -1 
)
inlineprotectedinherited

Definition at line 102 of file IShowerTool.h.

Here is the call graph for this function:

◆ GetVectorPtrSize()

int ShowerRecoTools::IShowerTool::GetVectorPtrSize ( std::string  Name)
inlineprotectedinherited

Definition at line 158 of file IShowerTool.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InitaliseProducerPtr()

void ShowerRecoTools::IShowerTool::InitaliseProducerPtr ( reco::shower::ShowerProducedPtrsHolder uniqueproducerPtrs)
inlineinherited

Definition at line 68 of file IShowerTool.h.

◆ InitialiseProducers()

virtual void ShowerRecoTools::IShowerTool::InitialiseProducers ( )
inlinevirtualinherited

◆ InitialiseProduct()

template<class T >
void ShowerRecoTools::IShowerTool::InitialiseProduct ( std::string  Name,
std::string  InstanceName = "" 
)
inlineprotectedinherited

Definition at line 137 of file IShowerTool.h.

Here is the call graph for this function:

◆ PrintPtr()

void ShowerRecoTools::IShowerTool::PrintPtr ( std::string  Name)
inlineprotectedinherited

Definition at line 162 of file IShowerTool.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PrintPtrs()

void ShowerRecoTools::IShowerTool::PrintPtrs ( )
inlineprotectedinherited

Definition at line 160 of file IShowerTool.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RunShowerTool()

int ShowerRecoTools::IShowerTool::RunShowerTool ( const art::Ptr< recob::PFParticle > &  pfparticle,
art::Event &  Event,
reco::shower::ShowerElementHolder ShowerEleHolder,
std::string  evd_display_name_append = "" 
)
inlineinherited

Definition at line 46 of file IShowerTool.h.

Here is the call graph for this function:

◆ SetPtr()

void ShowerRecoTools::IShowerTool::SetPtr ( art::ProducesCollector *  collector)
inlineinherited

Definition at line 65 of file IShowerTool.h.

Member Data Documentation

◆ collectorPtr

art::ProducesCollector* ShowerRecoTools::IShowerTool::collectorPtr
privateinherited

Definition at line 97 of file IShowerTool.h.

◆ dEdxTrackLength

double ShowerRecoTools::ShowerUnidirectiondEdx::dEdxTrackLength
private

Definition at line 39 of file ShowerUnidirectiondEdx_tool.cc.

◆ fCalorimetryAlg

calo::CalorimetryAlg ShowerRecoTools::ShowerUnidirectiondEdx::fCalorimetryAlg
private

Definition at line 34 of file ShowerUnidirectiondEdx_tool.cc.

◆ fdEdxTrackLength

double ShowerRecoTools::ShowerUnidirectiondEdx::fdEdxTrackLength
private

Definition at line 38 of file ShowerUnidirectiondEdx_tool.cc.

◆ fGeom

art::ServiceHandle<geo::Geometry> ShowerRecoTools::ShowerUnidirectiondEdx::fGeom
private

Definition at line 33 of file ShowerUnidirectiondEdx_tool.cc.

◆ fInitialTrackHitsInputLabel

std::string ShowerRecoTools::ShowerUnidirectiondEdx::fInitialTrackHitsInputLabel
private

Definition at line 44 of file ShowerUnidirectiondEdx_tool.cc.

◆ fLArPandoraShowerAlg

shower::LArPandoraShowerAlg ShowerRecoTools::IShowerTool::fLArPandoraShowerAlg
privateinherited

Definition at line 92 of file IShowerTool.h.

◆ fMaxHitPlane

bool ShowerRecoTools::ShowerUnidirectiondEdx::fMaxHitPlane
private

Definition at line 40 of file ShowerUnidirectiondEdx_tool.cc.

◆ fMissFirstPoint

bool ShowerRecoTools::ShowerUnidirectiondEdx::fMissFirstPoint
private

Definition at line 41 of file ShowerUnidirectiondEdx_tool.cc.

◆ fRunEventDisplay

bool ShowerRecoTools::IShowerTool::fRunEventDisplay
privateinherited

Definition at line 95 of file IShowerTool.h.

◆ fShowerBestPlaneOutputLabel

std::string ShowerRecoTools::ShowerUnidirectiondEdx::fShowerBestPlaneOutputLabel
private

Definition at line 47 of file ShowerUnidirectiondEdx_tool.cc.

◆ fShowerdEdxOutputLabel

std::string ShowerRecoTools::ShowerUnidirectiondEdx::fShowerdEdxOutputLabel
private

Definition at line 46 of file ShowerUnidirectiondEdx_tool.cc.

◆ fShowerDirectionInputLabel

std::string ShowerRecoTools::ShowerUnidirectiondEdx::fShowerDirectionInputLabel
private

Definition at line 45 of file ShowerUnidirectiondEdx_tool.cc.

◆ fShowerStartPositionInputLabel

std::string ShowerRecoTools::ShowerUnidirectiondEdx::fShowerStartPositionInputLabel
private

Definition at line 43 of file ShowerUnidirectiondEdx_tool.cc.

◆ fSumHitSnippets

bool ShowerRecoTools::ShowerUnidirectiondEdx::fSumHitSnippets
private

Definition at line 42 of file ShowerUnidirectiondEdx_tool.cc.

◆ fVerbose

int ShowerRecoTools::ShowerUnidirectiondEdx::fVerbose
private

Definition at line 37 of file ShowerUnidirectiondEdx_tool.cc.

◆ UniquePtrs

reco::shower::ShowerProducedPtrsHolder* ShowerRecoTools::IShowerTool::UniquePtrs
privateinherited

Definition at line 89 of file IShowerTool.h.


The documentation for this class was generated from the following file: