Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
NeutrinoCreationAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_NEUTRINO_CREATION_ALGORITHM_H
9#define LAR_NEUTRINO_CREATION_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
20{
21public:
26
27private:
29
34
40 void FillDefaultNeutrinoParameters(PandoraContentApi::ParticleFlowObject::Parameters &pfoParameters) const;
41
43
44 std::string m_vertexListName;
46
48};
49
50} // namespace lar_content
51
52#endif // #ifndef LAR_NEUTRINO_CREATION_ALGORITHM_H
Header file for the algorithm class.
std::string m_neutrinoPfoListName
The name of the neutrino pfo list.
void FillDefaultNeutrinoParameters(PandoraContentApi::ParticleFlowObject::Parameters &pfoParameters) const
Fill provided pfo parameters with default/dummy values for later refinement.
pandora::StatusCode ForceSingleEmptyNeutrino() const
Force creation of a single neutrino, with no vertex, regardless of number of input vertices.
std::string m_vertexListName
The name of the neutrino vertex list.
bool m_forceSingleEmptyNeutrino
Whether to force creation of a single neutrino, with no vertex, regardless of number of input vertice...
pandora::StatusCode Run()
Run the algorithm.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
StatusCode
The StatusCode enum.