CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
16 public:
17 
18  typedef std::vector<VertexState> VSC;
19 
20  VertexState combine(const VSC & theMixture) const ;
21 
22 };
23 
24 #endif
VertexState combine(const VSC &theMixture) const
std::vector< VertexState > VSC