PcaShowerParticleBuildingAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArCustomParticles/PcaShowerParticleBuildingAlgorithm.h
3  *
4  * @brief Header file for the neutrino event creation algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_PCA_SHOWER_PARTICLE_BUILDING_ALGORITHM_H
9 #define LAR_PCA_SHOWER_PARTICLE_BUILDING_ALGORITHM_H 1
10 
12 
14 
15 namespace lar_content
16 {
17 
18 /**
19  * @brief PcaShowerParticleBuildingAlgorithm class
20  */
22 {
23 public:
24  /**
25  * @brief Default constructor
26  */
28 
29  /**
30  * @brief Factory class for instantiating algorithm
31  */
32  class Factory : public pandora::AlgorithmFactory
33  {
34  public:
35  pandora::Algorithm *CreateAlgorithm() const;
36  };
37 
38 private:
39  void CreatePfo(const pandora::ParticleFlowObject *const pInputPfo, const pandora::ParticleFlowObject *&pOutputPfo) const;
40 
41  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
42 
43  unsigned int m_layerFitHalfWindow; ///<
44 };
45 
46 //------------------------------------------------------------------------------------------------------------------------------------------
47 
49 {
51 }
52 
53 } // namespace lar_content
54 
55 #endif // #ifndef LAR_PCA_SHOWER_PARTICLE_BUILDING_ALGORITHM_H
Header file for the 3D particle creation algorithm class.
Header file for the lar pfo class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
void CreatePfo(const pandora::ParticleFlowObject *const pInputPfo, const pandora::ParticleFlowObject *&pOutputPfo) const
Create specialised Pfo from an generic input Pfo.