CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoVertex/GaussianSumVertexFit/interface/MultiVertexStateCombiner.h

Go to the documentation of this file.
00001 #ifndef MultiVertexStateCombiner_H
00002 #define MultiVertexStateCombiner_H
00003 
00004 #include "RecoVertex/VertexPrimitives/interface/VertexState.h"
00005 
00006 #include <vector>
00007 
00014 class MultiVertexStateCombiner {
00015 
00016 public:
00017 
00018   typedef std::vector<VertexState> VSC;
00019 
00020   VertexState combine(const VSC & theMixture) const ;
00021 
00022 };
00023 
00024 #endif