Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:59

0001 #ifndef CSCRecHitD_CSCWireHitCollection_H
0002 #define CSCRecHitD_CSCWireHitCollection_H
0003 
0004 /** \class CSCWireHitCollection
0005  *
0006  * The collection of CSCWireHit's. 
0007  *
0008  */
0009 
0010 #include <RecoLocalMuon/CSCRecHitD/src/CSCWireHit.h>
0011 
0012 #include <DataFormats/MuonDetId/interface/CSCDetId.h>
0013 
0014 #include <DataFormats/Common/interface/RangeMap.h>
0015 #include <DataFormats/Common/interface/ClonePolicy.h>
0016 #include <DataFormats/Common/interface/OwnVector.h>
0017 
0018 typedef edm::RangeMap<CSCDetId, edm::OwnVector<CSCWireHit> > CSCWireHitCollection;
0019 
0020 #endif