LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
PcaShowerParticleBuildingAlgorithm.h
Go to the documentation of this file.
1 
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 
22 {
23 public:
28 
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.