![]() |
![]() |
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