![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
CheatingSecondaryVertexAlgorithm::Algorithm class. More...
#include "CheatingSecondaryVertexAlgorithm.h"
Public Member Functions | |
CheatingSecondaryVertexAlgorithm () | |
Default constructor. More... | |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
std::string | m_inputCaloHitListName |
The name of the input calo hit list. More... | |
std::string | m_outputVertexListName |
The name under which to save the output vertex list. More... | |
CheatingSecondaryVertexAlgorithm::Algorithm class.
Definition at line 19 of file CheatingSecondaryVertexAlgorithm.h.
lar_content::CheatingSecondaryVertexAlgorithm::CheatingSecondaryVertexAlgorithm | ( | ) |
Default constructor.
Definition at line 22 of file CheatingSecondaryVertexAlgorithm.cc.
|
private |
Definition at line 60 of file CheatingSecondaryVertexAlgorithm.cc.
References m_inputCaloHitListName, and m_outputVertexListName.
|
private |
Definition at line 29 of file CheatingSecondaryVertexAlgorithm.cc.
References lar_content::LArEventTopology::ConstructVisibleHierarchy(), lar_content::LArEventTopology::GetVertices(), m_inputCaloHitListName, m_outputVertexListName, and lar_content::LArEventTopology::PruneHierarchy().
|
private |
The name of the input calo hit list.
Definition at line 31 of file CheatingSecondaryVertexAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
The name under which to save the output vertex list.
Definition at line 32 of file CheatingSecondaryVertexAlgorithm.h.
Referenced by ReadSettings(), and Run().