9 #include "Pandora/AlgorithmHeaders.h" 20 if (PandoraContentApi::GetSettings(*pAlgorithm)->ShouldDisplayAlgorithmInfo())
21 std::cout <<
"----> Running Algorithm Tool: " << this->GetInstanceName() <<
", " << this->GetType() << std::endl;
23 bool particlesMade(
false);
27 this->CreateThreeDParticles(pAlgorithm, elementList, particlesMade);
35 bool &particlesMade)
const 45 protoParticleVector.push_back(protoParticle);
53 StatusCode ClearRemnantsTool::ReadSettings(
const TiXmlHandle )
55 return STATUS_CODE_SUCCESS;
std::vector< ProtoParticle > ProtoParticleVector
virtual bool CreateThreeDParticles(const ProtoParticleVector &protoParticleVector)
Create particles using findings from recent algorithm processing.
pandora::ClusterList m_clusterListW
List of 2D W clusters in a 3D proto particle.
std::vector< Element > ElementList
void GetUnambiguousElements(const bool ignoreUnavailable, ElementList &elementList) const
Get unambiguous elements.
pandora::ClusterList m_clusterListV
List of 2D V clusters in a 3D proto particle.
pandora::ClusterList m_clusterListU
List of 2D U clusters in a 3D proto particle.
ThreeDRemnantsAlgorithm class.
TheTensor::const_iterator const_iterator