CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
VertexState combine(const VSC &theMixture) const
std::vector< VertexState > VSC