NeutrinoDaughterVerticesAlgorithm class.
More...
#include "NeutrinoDaughterVerticesAlgorithm.h"
|
virtual StatusCode | Initialize () |
| Perform any operations that must occur after reading settings, but before running the process.
|
|
virtual StatusCode | Reset () |
| Perform any operations when pandora is reset, typically at the end of each event.
|
|
StatusCode | RegisterDetails (const Pandora *const pPandora, const std::string &type, const std::string &instanceName) |
| Register i) the pandora instance that will run the process and ii) the process type.
|
|
◆ NeutrinoDaughterVerticesAlgorithm()
lar_content::NeutrinoDaughterVerticesAlgorithm::NeutrinoDaughterVerticesAlgorithm |
( |
| ) |
|
◆ BuildDaughterParticles()
Reconstruct the vertex and direction of daughter Pfos.
- Parameters
-
pointingClusterMap | the input map of 3D pointing clusters |
pfoVector | the input list of Pfos |
Definition at line 115 of file NeutrinoDaughterVerticesAlgorithm.cc.
◆ BuildDaughterShower()
void lar_content::NeutrinoDaughterVerticesAlgorithm::BuildDaughterShower |
( |
const pandora::ParticleFlowObject *const |
pDaughterPfo | ) |
const |
|
private |
◆ BuildDaughterTrack()
Reconstruct the vertex and direction of a track-like Pfos.
- Parameters
-
pointingClusterMap | the input map of 3D pointing clusters |
pPfo | the input Pfo |
Definition at line 134 of file NeutrinoDaughterVerticesAlgorithm.cc.
◆ BuildPointingClusterMap()
Build a map of 3D sliding fits from the input Pfos.
- Parameters
-
pfoVector | the input particle flow objects |
pointingClusterMap | the output map of 3D pointing clusters |
Definition at line 79 of file NeutrinoDaughterVerticesAlgorithm.cc.
◆ GetDaughterPfos()
Get the vector of daughter pfos.
- Parameters
-
pfoList | the input list of neutrino pfos |
pfoVector | to receive the vector of daughter pfos |
Definition at line 53 of file NeutrinoDaughterVerticesAlgorithm.cc.
◆ GetInstanceName()
const std::string & pandora::Process::GetInstanceName |
( |
| ) |
const |
|
inlineinherited |
Get the instance name.
- Returns
- The instance name
Definition at line 109 of file Process.h.
◆ GetPandora()
const Pandora & pandora::Process::GetPandora |
( |
| ) |
const |
|
inlineinherited |
Get the associated pandora instance.
- Returns
- the associated pandora instance
Definition at line 116 of file Process.h.
◆ GetType()
const std::string & pandora::Process::GetType |
( |
| ) |
const |
|
inlineinherited |
Get the type.
- Returns
- The type
Definition at line 102 of file Process.h.
◆ Initialize()
|
inlineprotectedvirtualinherited |
◆ ReadSettings()
◆ RegisterDetails()
StatusCode pandora::Process::RegisterDetails |
( |
const Pandora *const |
pPandora, |
|
|
const std::string & |
type, |
|
|
const std::string & |
instanceName |
|
) |
| |
|
inlineprotectedinherited |
Register i) the pandora instance that will run the process and ii) the process type.
- Parameters
-
pPandora | address of the pandora object that will run the process |
type | the process type |
instanceName | the process instance name |
Definition at line 146 of file Process.h.
◆ Reset()
|
inlineprotectedvirtualinherited |
◆ Run()
StatusCode lar_content::NeutrinoDaughterVerticesAlgorithm::Run |
( |
| ) |
|
|
privatevirtual |
◆ SetParticleParameters()
Set the vertex and direction of the Pfos.
- Parameters
-
vtxPosition | the input vertex position |
vtxDirection | the input vertex direction |
pPfo | the input Pfo |
Definition at line 292 of file NeutrinoDaughterVerticesAlgorithm.cc.
◆ m_halfWindowLayers
unsigned int lar_content::NeutrinoDaughterVerticesAlgorithm::m_halfWindowLayers |
|
private |
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_neutrinoListName
std::string lar_content::NeutrinoDaughterVerticesAlgorithm::m_neutrinoListName |
|
private |
◆ m_pPandora
const Pandora* pandora::Process::m_pPandora |
|
protectedinherited |
The pandora object that will run the process.
Definition at line 87 of file Process.h.
◆ m_type
std::string pandora::Process::m_type |
|
protectedinherited |
The process type.
Definition at line 88 of file Process.h.
◆ m_useParentShowerVertex
bool lar_content::NeutrinoDaughterVerticesAlgorithm::m_useParentShowerVertex |
|
private |
◆ m_vertexListName
std::string lar_content::NeutrinoDaughterVerticesAlgorithm::m_vertexListName |
|
private |
The documentation for this class was generated from the following files: