TrackParticleBuildingAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArCustomParticles/TrackParticleBuildingAlgorithm.h
3  *
4  * @brief Header file for the 3D track building algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_TRACK_PARTICLE_BUILDING_ALGORITHM_H
9 #define LAR_TRACK_PARTICLE_BUILDING_ALGORITHM_H 1
10 
12 
14 
15 namespace lar_content
16 {
17 
18 /**
19  * @brief TrackParticleBuildingAlgorithm class
20  */
22 {
23 public:
24  /**
25  * @brief Default constructor
26  */
28 
29 private:
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
32  void CreatePfo(const pandora::ParticleFlowObject *const pInputPfo, const pandora::ParticleFlowObject *&pOutputPfo) const;
33 
34  unsigned int m_slidingFitHalfWindow; ///<
35 };
36 
37 } // namespace lar_content
38 
39 #endif // #ifndef LAR_TRACK_PARTICLE_BUILDING_ALGORITHM_H
Header file for the lar pfo class.
Header file for the 3D particle creation algorithm class.
void CreatePfo(const pandora::ParticleFlowObject *const pInputPfo, const pandora::ParticleFlowObject *&pOutputPfo) const
Create specialised Pfo from an generic input Pfo.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)