Go to the documentation of this file.00001 #ifndef CSCRecHitD_CSCWireHitCollection_H
00002 #define CSCRecHitD_CSCWireHitCollection_H
00003
00004
00011 #include <RecoLocalMuon/CSCRecHitD/src/CSCWireHit.h>
00012
00013 #include <DataFormats/MuonDetId/interface/CSCDetId.h>
00014
00015 #include <DataFormats/Common/interface/RangeMap.h>
00016 #include <DataFormats/Common/interface/ClonePolicy.h>
00017 #include <DataFormats/Common/interface/OwnVector.h>
00018
00019 typedef edm::RangeMap <CSCDetId, edm::OwnVector<CSCWireHit> > CSCWireHitCollection;
00020
00021 #endif