CutClusterCharacterisationAlgorithm class.
More...
#include "CutClusterCharacterisationAlgorithm.h"
|
pandora::StatusCode | Run () |
| Run the algorithm.
|
|
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.
|
|
◆ CutClusterCharacterisationAlgorithm()
lar_content::CutClusterCharacterisationAlgorithm::CutClusterCharacterisationAlgorithm |
( |
| ) |
|
◆ 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.
◆ GetShowerFitWidth()
float lar_content::CutClusterCharacterisationAlgorithm::GetShowerFitWidth |
( |
const pandora::Algorithm *const |
pAlgorithm, |
|
|
const pandora::Cluster *const |
pCluster, |
|
|
const unsigned int |
showerFitWindow |
|
) |
| |
|
static |
Get a measure of the width of a cluster, using a sliding shower fit result.
- Parameters
-
pAlgorithm | the address of the calling algorithm |
pCluster | address of the cluster |
showerFitWindow | the layer window used for the sliding shower fit |
- Returns
- the shower fit width
Definition at line 55 of file CutClusterCharacterisationAlgorithm.cc.
◆ GetType()
const std::string & pandora::Process::GetType |
( |
| ) |
const |
|
inlineinherited |
Get the type.
- Returns
- The type
Definition at line 102 of file Process.h.
◆ GetVertexDistance()
Get the distance between the interaction vertex (if present in the current vertex list) and a provided cluster.
- Parameters
-
pAlgorithm | the address of the calling algorithm |
pCluster | address of the cluster |
- Returns
- the vertex distance
Definition at line 38 of file CutClusterCharacterisationAlgorithm.cc.
◆ Initialize()
|
inlineprotectedvirtualinherited |
◆ IsClearTrack()
bool lar_content::CutClusterCharacterisationAlgorithm::IsClearTrack |
( |
const pandora::Cluster *const |
pCluster | ) |
const |
|
privatevirtual |
◆ 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::ClusterCharacterisationBaseAlgorithm::Run |
( |
| ) |
|
|
protectedvirtualinherited |
◆ m_inputClusterListNames
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_maxShowerLengthCut
float lar_content::CutClusterCharacterisationAlgorithm::m_maxShowerLengthCut |
|
private |
◆ m_minCaloHitsCut
unsigned int lar_content::CutClusterCharacterisationAlgorithm::m_minCaloHitsCut |
|
private |
◆ m_overwriteExistingId
bool lar_content::ClusterCharacterisationBaseAlgorithm::m_overwriteExistingId |
|
protectedinherited |
◆ m_pathLengthRatioCut
float lar_content::CutClusterCharacterisationAlgorithm::m_pathLengthRatioCut |
|
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_rTWidthRatioCut
float lar_content::CutClusterCharacterisationAlgorithm::m_rTWidthRatioCut |
|
private |
◆ m_showerWidthRatioCut
float lar_content::CutClusterCharacterisationAlgorithm::m_showerWidthRatioCut |
|
private |
◆ m_slidingFitWindow
unsigned int lar_content::CutClusterCharacterisationAlgorithm::m_slidingFitWindow |
|
private |
◆ m_slidingShowerFitWindow
unsigned int lar_content::CutClusterCharacterisationAlgorithm::m_slidingShowerFitWindow |
|
private |
◆ m_type
std::string pandora::Process::m_type |
|
protectedinherited |
The process type.
Definition at line 88 of file Process.h.
◆ m_useUnavailableClusters
bool lar_content::ClusterCharacterisationBaseAlgorithm::m_useUnavailableClusters |
|
protectedinherited |
◆ m_vertexDistanceRatioCut
float lar_content::CutClusterCharacterisationAlgorithm::m_vertexDistanceRatioCut |
|
private |
◆ m_zeroMode
bool lar_content::ClusterCharacterisationBaseAlgorithm::m_zeroMode |
|
protectedinherited |
The documentation for this class was generated from the following files: