Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:45:57

0001 #ifndef FASTSIMDATAFORMATS_FastTrackerClusterCollection_H
0002 #define FASTSIMDATAFORMATS_FastTrackerClusterCollection_H
0003 
0004 #include "FastSimDataFormats/External/interface/FastTrackerCluster.h"
0005 #include "DataFormats/Common/interface/RangeMap.h"
0006 #include <vector>
0007 #include "DataFormats/Common/interface/ClonePolicy.h"
0008 #include "DataFormats/Common/interface/OwnVector.h"
0009 
0010 typedef edm::RangeMap<unsigned, edm::OwnVector<FastTrackerCluster> > FastTrackerClusterCollection;
0011 
0012 #endif