LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CBAlgoPolyHitOverlap.h
Go to the documentation of this file.
1 
14 #ifndef RECOTOOL_CBALGOPOLYHITOVERLAP_H
15 #define RECOTOOL_CBALGOPOLYHITOVERLAP_H
16 
19 
20 namespace cmtool {
26 
27  public:
30 
32  virtual ~CBAlgoPolyHitOverlap(){};
33 
38  virtual bool Bool(const ::cluster::ClusterParamsAlg& cluster1,
39  const ::cluster::ClusterParamsAlg& cluster2);
40 
42  void reconfigure();
43  };
44 }
45 
46 #endif
47  // end of doxygen group
Class def header for algorithm classes for CMergeManager.
virtual bool Bool(const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2)
virtual ~CBAlgoPolyHitOverlap()
Default destructor.
CBAlgoPolyHitOverlap()
Default constructor.
void reconfigure()
Method to re-configure the instance.