00001 #ifndef FASTSIMDATAFORMATS_FastTrackerClusterCollection_H 00002 #define FASTSIMDATAFORMATS_FastTrackerClusterCollection_H 00003 00004 #include "FastSimDataFormats/External/interface/FastTrackerCluster.h" 00005 #include "DataFormats/Common/interface/RangeMap.h" 00006 #include <vector> 00007 #include "DataFormats/Common/interface/ClonePolicy.h" 00008 #include "DataFormats/Common/interface/OwnVector.h" 00009 00010 typedef edm::RangeMap <unsigned, edm::OwnVector<FastTrackerCluster> > FastTrackerClusterCollection; 00011 00012 #endif