LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CFAlgoZOverlap.h
Go to the documentation of this file.
1 
14 #ifndef RECOTOOL_CFALGOZOVERLAP_H
15 #define RECOTOOL_CFALGOZOVERLAP_H
16 
18 
19 namespace cmtool {
25  class CFAlgoZOverlap : public CFloatAlgoBase {
26 
27  public:
30 
31  //
32  // Author should be aware of 3 functions at least: Float, Report,
33  // and Reset. More possibly-useful functions can be found in the later
34  // part but commented out. All of these functions are virtual and defined
35  // in the base class.
36 
41  float Float(util::GeometryUtilities const&,
42  const std::vector<const cluster::ClusterParamsAlg*>& clusters) override;
43 
48  void Report() override;
49 
51  void Reset() override;
52 
56  //void EventBegin(const std::vector<cluster::ClusterParamsAlg> &clusters);
57 
61  //void EventEnd();
62 
68  //void IterationBegin(const std::vector<cluster::ClusterParamsAlg> &clusters);
69 
73  //void IterationEnd();
74 
75  protected:
77  };
78 }
79 #endif
80  // end of doxygen group
Class def header for a class CFloatAlgoBase.
void Reset() override
Function to reset the algorithm instance, called together with manager&#39;s Reset()
CFAlgoZOverlap()
Default constructor.
float Float(util::GeometryUtilities const &, const std::vector< const cluster::ClusterParamsAlg * > &clusters) override