Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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