LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CheatingClusterCharacterisationAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_CHEATING_CLUSTER_CHARACTERISATION_ALGORITHM_H
9 #define LAR_CHEATING_CLUSTER_CHARACTERISATION_ALGORITHM_H 1
10 
12 
13 namespace lar_content
14 {
15 
20 {
21 private:
22  bool IsClearTrack(const pandora::Cluster *const pCluster) const;
23 };
24 
25 } // namespace lar_content
26 
27 #endif // #ifndef LAR_CHEATING_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.