PreProcessingAlgorithm class.
More...
#include "PreProcessingAlgorithm.h"
|
virtual StatusCode | Initialize () |
| Perform any operations that must occur after reading settings, but before running the process.
|
|
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.
|
|
◆ HitKDNode2D
◆ HitKDNode2DList
◆ HitKDTree2D
◆ PreProcessingAlgorithm()
lar_content::PreProcessingAlgorithm::PreProcessingAlgorithm |
( |
| ) |
|
◆ GetFilteredCaloHitList()
Clean up the input CaloHitList.
- Parameters
-
inputList | the input CaloHitList |
outputList | the output CaloHitList |
Definition at line 189 of file PreProcessingAlgorithm.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 |
◆ PopulateVoidCaloHitLists()
void lar_content::PreProcessingAlgorithm::PopulateVoidCaloHitLists |
( |
| ) |
|
|
privatenoexcept |
◆ ProcessCaloHits()
void lar_content::PreProcessingAlgorithm::ProcessCaloHits |
( |
| ) |
|
|
private |
◆ ProcessMCParticles()
void lar_content::PreProcessingAlgorithm::ProcessMCParticles |
( |
| ) |
|
|
private |
Build separate MCParticleLists for each view.
◆ 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()
StatusCode lar_content::PreProcessingAlgorithm::Reset |
( |
| ) |
|
|
privatevirtual |
◆ Run()
StatusCode lar_content::PreProcessingAlgorithm::Run |
( |
| ) |
|
|
privatevirtual |
◆ m_currentCaloHitListReplacement
std::string lar_content::PreProcessingAlgorithm::m_currentCaloHitListReplacement |
|
private |
◆ m_filteredCaloHitListName
std::string lar_content::PreProcessingAlgorithm::m_filteredCaloHitListName |
|
private |
◆ m_inputCaloHitListName
std::string lar_content::PreProcessingAlgorithm::m_inputCaloHitListName |
|
private |
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_maxCellLengthScale
float lar_content::PreProcessingAlgorithm::m_maxCellLengthScale |
|
private |
◆ m_maxEventHits
unsigned int lar_content::PreProcessingAlgorithm::m_maxEventHits |
|
private |
The maximum number of hits in an event to proceed with the reconstruction.
Definition at line 72 of file PreProcessingAlgorithm.h.
◆ m_minCellLengthScale
float lar_content::PreProcessingAlgorithm::m_minCellLengthScale |
|
private |
◆ m_mipEquivalentCut
float lar_content::PreProcessingAlgorithm::m_mipEquivalentCut |
|
private |
◆ m_onlyAvailableCaloHits
bool lar_content::PreProcessingAlgorithm::m_onlyAvailableCaloHits |
|
private |
◆ m_outputCaloHitListNameU
std::string lar_content::PreProcessingAlgorithm::m_outputCaloHitListNameU |
|
private |
◆ m_outputCaloHitListNameV
std::string lar_content::PreProcessingAlgorithm::m_outputCaloHitListNameV |
|
private |
◆ m_outputCaloHitListNameW
std::string lar_content::PreProcessingAlgorithm::m_outputCaloHitListNameW |
|
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_processedHits
◆ m_searchRegion1D
float lar_content::PreProcessingAlgorithm::m_searchRegion1D |
|
private |
◆ 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: