Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:11

0001 #ifndef FastSimDataFormats_NuclearInteractions_FSimVertexTypeFwd_h
0002 #define FastSimDataFormats_NuclearInteractions_FSimVertexTypeFwd_h
0003 
0004 #include <vector>
0005 #include "DataFormats/Common/interface/Ref.h"
0006 
0007 class FSimVertexType;
0008 
0009 /// collection of FSimVertexType objects
0010 typedef std::vector<FSimVertexType> FSimVertexTypeCollection;
0011 
0012 /// persistent reference to a FSimVertexType objects
0013 typedef edm::Ref<FSimVertexTypeCollection> FSimVertexTypeRef;
0014 
0015 /// handle to a FSimVertexType collection
0016 typedef edm::Handle<FSimVertexTypeCollection> FSimVertexTypeHandle;
0017 
0018 #endif