CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimDataFormats/NuclearInteractions/interface/FSimVertexTypeFwd.h

Go to the documentation of this file.
00001 #ifndef FastSimDataFormats_NuclearInteractions_FSimVertexTypeFwd_h
00002 #define FastSimDataFormats_NuclearInteractions_FSimVertexTypeFwd_h 
00003 
00004 #include <vector>
00005 #include "DataFormats/Common/interface/Ref.h"
00006 
00007 class FSimVertexType;
00008 
00010 typedef std::vector<FSimVertexType> FSimVertexTypeCollection;  
00011   
00012   
00014 typedef edm::Ref<FSimVertexTypeCollection> FSimVertexTypeRef;
00015 
00017 typedef edm::Handle<FSimVertexTypeCollection> FSimVertexTypeHandle;
00018 
00019 
00020 #endif