CMS 3D CMS Logo

MultiVertexStateCombiner.h
Go to the documentation of this file.
1 #ifndef MultiVertexStateCombiner_H
2 #define MultiVertexStateCombiner_H
3 
5 
6 #include <vector>
7 
15 public:
16  typedef std::vector<VertexState> VSC;
17 
18  VertexState combine(const VSC& theMixture) const;
19 };
20 
21 #endif
std::vector< VertexState > VSC
VertexState combine(const VSC &theMixture) const