DlPfoCharacterisationAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoradlcontent/LArTrackShowerId/DlPfoCharacterisationAlgorithm.h
3  *
4  * @brief Header file for the cut based pfo characterisation algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_DL_PFO_CHARACTERISATION_ALGORITHM_H
9 #define LAR_DL_PFO_CHARACTERISATION_ALGORITHM_H 1
10 
12 
13 namespace lar_dl_content
14 {
15 
16 /**
17  * @brief DlPfoCharacterisationAlgorithm class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
26 
27 private:
28  bool IsClearTrack(const pandora::Cluster *const pCluster) const;
29  bool IsClearTrack(const pandora::ParticleFlowObject *const pPfo) const;
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 };
32 
33 } // namespace lar_dl_content
34 
35 #endif // #ifndef LAR_DL_PFO_CHARACTERISATION_ALGORITHM_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Header file for the pfo characterisation base algorithm class.
bool IsClearTrack(const pandora::Cluster *const pCluster) const
Whether cluster is identified as a clear track.