TwoViewSimpleTracksTool class.
More...
#include "TwoViewSimpleTracksTool.h"
|
typedef TwoViewTransverseTracksAlgorithm::MatchingType::MatrixType | MatrixType |
|
typedef std::vector< MatrixType::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.
|
|
◆ IteratorList
◆ MatrixType
◆ TwoViewSimpleTracksTool()
lar_content::TwoViewSimpleTracksTool::TwoViewSimpleTracksTool |
( |
| ) |
|
◆ FindBestTrack()
Find best track match as a simple way to (try to) resolve ambiguities in the matrix.
- Parameters
-
overlapMatrix | the overlap matrix |
protoParticleVector | to receive the list of proto particles |
Definition at line 41 of file TwoViewSimpleTracksTool.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 |
◆ PassesElementCuts()
bool lar_content::TwoViewSimpleTracksTool::PassesElementCuts |
( |
MatrixType::ElementList::const_reverse_iterator |
eIter | ) |
const |
|
private |
Whether a provided (iterator to a) matrix element passes the selection cuts for particle creation.
- Parameters
-
eIter | the iterator to the matrix element |
Definition at line 78 of file TwoViewSimpleTracksTool.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_minMatchedFraction
float lar_content::TwoViewSimpleTracksTool::m_minMatchedFraction |
|
private |
◆ m_minMatchedSamplingPoints
unsigned int lar_content::TwoViewSimpleTracksTool::m_minMatchedSamplingPoints |
|
private |
◆ m_minMatchingScore
float lar_content::TwoViewSimpleTracksTool::m_minMatchingScore |
|
private |
◆ m_minXOverlapFraction
float lar_content::TwoViewSimpleTracksTool::m_minXOverlapFraction |
|
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.
The documentation for this class was generated from the following files: