LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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:
28 
31 
33  virtual ~CFAlgoZOverlap(){};
34 
35  //
36  // Author should be aware of 3 functions at least: Float, Report,
37  // and Reset. More possibly-useful functions can be found in the later
38  // part but commented out. All of these functions are virtual and defined
39  // in the base class.
40 
45  virtual float Float(const std::vector<const cluster::ClusterParamsAlg*> &clusters);
46 
51  virtual void Report();
52 
54  virtual void Reset();
55 
59  //virtual void EventBegin(const std::vector<cluster::ClusterParamsAlg> &clusters);
60 
64  //virtual void EventEnd();
65 
71  //virtual void IterationBegin(const std::vector<cluster::ClusterParamsAlg> &clusters);
72 
76  //virtual void IterationEnd();
77 
78  protected:
80  };
81 }
82 #endif
83  // end of doxygen group
84 
Class def header for a class CFloatAlgoBase.
virtual float Float(const std::vector< const cluster::ClusterParamsAlg * > &clusters)
virtual ~CFAlgoZOverlap()
Default destructor.
virtual void Reset()
Function to reset the algorithm instance, called together with manager&#39;s Reset()
CFAlgoZOverlap()
Default constructor.