CMS 3D CMS Logo

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