CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/VZero/interface/VZeroFwd.h

Go to the documentation of this file.
00001 #ifndef _VZeroFwd_h_
00002 #define _VZeroFwd_h_
00003 
00004 #include <vector>
00005 
00006 namespace reco {
00007   class VZero;
00008 
00009   // collection of VZeros
00010   typedef std::vector<VZero> VZeroCollection;
00011 }
00012 
00013 #endif