LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
TestBeamParticleCreationAlgorithm class. More...
#include "TestBeamParticleCreationAlgorithm.h"
Public Member Functions | |
TestBeamParticleCreationAlgorithm () | |
Constructor. More... | |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
std::string | m_pfoListName |
Input pfo list name. More... | |
std::string | m_vertexListName |
Input vertex list name. More... | |
bool | m_keepInteractionVertex |
Retain the vertex for the test beam particle at the low z point. More... | |
bool | m_keepStartVertex |
Retain the vertex for the test beam particle at the interaction point. More... | |
TestBeamParticleCreationAlgorithm class.
Definition at line 19 of file TestBeamParticleCreationAlgorithm.h.
lar_content::TestBeamParticleCreationAlgorithm::TestBeamParticleCreationAlgorithm | ( | ) |
Constructor.
Definition at line 22 of file TestBeamParticleCreationAlgorithm.cc.
|
private |
Definition at line 130 of file TestBeamParticleCreationAlgorithm.cc.
References m_keepInteractionVertex, m_keepStartVertex, m_pfoListName, and m_vertexListName.
|
private |
Definition at line 32 of file TestBeamParticleCreationAlgorithm.cc.
References lar_content::LArPfoHelper::GetCaloHits(), lar_content::LArPfoHelper::GetVertex(), lar_content::LArPfoHelper::IsNeutrino(), m_keepInteractionVertex, m_keepStartVertex, m_pfoListName, m_vertexListName, and max.
|
private |
Retain the vertex for the test beam particle at the low z point.
Definition at line 34 of file TestBeamParticleCreationAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
Retain the vertex for the test beam particle at the interaction point.
Definition at line 35 of file TestBeamParticleCreationAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
Input pfo list name.
Definition at line 32 of file TestBeamParticleCreationAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
Input vertex list name.
Definition at line 33 of file TestBeamParticleCreationAlgorithm.h.
Referenced by ReadSettings(), and Run().