LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
TrackParticleBuildingAlgorithm.h
Go to the documentation of this file.
1 
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 
22 {
23 public:
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)