LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
CBAlgoPolyHitOverlap.h
Go to the documentation of this file.
1 
14 #ifndef RECOTOOL_CBALGOPOLYHITOVERLAP_H
15 #define RECOTOOL_CBALGOPOLYHITOVERLAP_H
16 
17 #include <iostream>
20 
21 namespace cmtool {
27 
28  public:
29 
32 
34  virtual ~CBAlgoPolyHitOverlap(){};
35 
40  virtual bool Bool(const ::cluster::ClusterParamsAlg &cluster1,
41  const ::cluster::ClusterParamsAlg &cluster2);
42 
44  void reconfigure();
45 
46  };
47 }
48 
49 #endif
50  // end of doxygen group
51 
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.