LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CBAlgoPolyContain.h
Go to the documentation of this file.
1 
14 #ifndef RECOTOOL_CBALGOPOLYCONTAIN_H
15 #define RECOTOOL_CBALGOPOLYCONTAIN_H
16 
19 
20 namespace cmtool {
26 
27  public:
30 
32  virtual ~CBAlgoPolyContain(){};
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.
void reconfigure()
Method to re-configure the instance.
virtual bool Bool(const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2)
CBAlgoPolyContain()
Default constructor.
virtual ~CBAlgoPolyContain()
Default destructor.