LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
DlClusterCharacterisationAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_DL_CLUSTER_CHARACTERISATION_ALGORITHM_H
9 #define LAR_DL_CLUSTER_CHARACTERISATION_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
14 
15 namespace lar_dl_content
16 {
17 
22 {
23 public:
28 
33 
34 protected:
42  bool IsClearTrack(const pandora::Cluster *const pCluster) const;
43 
44  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
45 };
46 
47 } // namespace lar_dl_content
48 
49 #endif // #ifndef LAR_DL_CLUSTER_CHARACTERISATION_ALGORITHM_H
Header file for the cluster characterisation base algorithm class.
bool IsClearTrack(const pandora::Cluster *const pCluster) const
Whether cluster is identified as a clear track.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)