CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VZeroFwd.h
Go to the documentation of this file.
1 #ifndef _VZeroFwd_h_
2 #define _VZeroFwd_h_
3 
4 #include <vector>
5 
6 namespace reco {
7  class VZero;
8 
9  // collection of VZeros
10  typedef std::vector<VZero> VZeroCollection;
11 }
12 
13 #endif
std::vector< VZero > VZeroCollection
Definition: VZeroFwd.h:7