UnambiguousDeltaRayTool class.
More...
#include "UnambiguousDeltaRayTool.h"
|
typedef ThreeViewDeltaRayMatchingAlgorithm::MatchingType::TensorType | TensorType |
|
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
|
|
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.
|
|
|
float | m_maxSeparation |
| The maximum separation between a connected delta ray cluster and a cosmic ray cluster.
|
|
unsigned int | m_minNConnectedClusters |
| The threshold number of connected delta ray clusters required for particle creation.
|
|
◆ IteratorList
◆ TensorType
◆ UnambiguousDeltaRayTool()
lar_content::UnambiguousDeltaRayTool::UnambiguousDeltaRayTool |
( |
| ) |
|
◆ ExamineUnambiguousElements()
bool lar_content::UnambiguousDeltaRayTool::ExamineUnambiguousElements |
( |
TensorType::ElementList & |
elementList | ) |
|
|
private |
Create delta ray pfos out of unambiguous (1:1:1) matches that are connected to a parent cosmic ray.
- Parameters
-
elementList | the tensor element list |
- Returns
- whether any delta ray pfos were created
Definition at line 42 of file UnambiguousDeltaRayTool.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 |
◆ IsConnected()
bool lar_content::UnambiguousDeltaRayTool::IsConnected |
( |
const TensorType::Element & |
element | ) |
const |
|
private |
Determine whether the clusters of an element are connected to a cosmic ray pfo.
- Parameters
-
elementList | the tensor element |
- Returns
- whether the clusters are connected to a cosmic ray pfo
Definition at line 63 of file UnambiguousDeltaRayTool.cc.
◆ 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()
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_maxSeparation
float lar_content::UnambiguousDeltaRayTool::m_maxSeparation |
|
private |
The maximum separation between a connected delta ray cluster and a cosmic ray cluster.
Definition at line 48 of file UnambiguousDeltaRayTool.h.
◆ m_minNConnectedClusters
unsigned int lar_content::UnambiguousDeltaRayTool::m_minNConnectedClusters |
|
private |
The threshold number of connected delta ray clusters required for particle creation.
Definition at line 49 of file UnambiguousDeltaRayTool.h.
◆ 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_pParentAlgorithm
◆ m_type
std::string pandora::Process::m_type |
|
protectedinherited |
The process type.
Definition at line 88 of file Process.h.
The documentation for this class was generated from the following files: