CMS 3D CMS Logo

MultiGaussianStateCombiner1D.h
Go to the documentation of this file.
1 #ifndef MultiGaussianStateCombiner1D_H
2 #define MultiGaussianStateCombiner1D_H
3 
6 
14 
15 private:
16  typedef std::vector<SingleGaussianState1D> VSC;
17 
18 public:
19 
20  SingleGaussianState1D combine(const MultiGaussianState1D& theState) const;
21  SingleGaussianState1D combine(const VSC& theComponents) const;
22 
23 };
24 
25 #endif
std::vector< SingleGaussianState1D > VSC
SingleGaussianState1D combine(const MultiGaussianState1D &theState) const