CMS 3D CMS Logo

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

Generated on Tue Jun 9 17:46:05 2009 for CMSSW by  doxygen 1.5.4