CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LargestWeightsStateMerger.h
Go to the documentation of this file.
1 #ifndef LargestWeightsStateMerger_H
2 #define LargestWeightsStateMerger_H
3 
5 
11 
12  public:
13 
15 // initConfigurables();
16  }
17 
19  {
20  return new LargestWeightsStateMerger(*this);
21  }
22 
26  virtual RCMultiGaussianState merge(const RCMultiGaussianState& mgs) const;
27 
28  private:
29 
30 // void initConfigurables();
31 
32  int Nmax;
34 
35 };
36 
37 #endif
virtual LargestWeightsStateMerger * clone() const
virtual RCMultiGaussianState merge(const RCMultiGaussianState &mgs) const