Go to the documentation of this file.00001 #ifndef DataFormats_CSCSegmentCollection_H
00002 #define DataFormats_CSCSegmentCollection_H
00003
00012 #include <DataFormats/MuonDetId/interface/CSCDetId.h>
00013 #include <DataFormats/CSCRecHit/interface/CSCSegment.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<CSCSegment> > CSCSegmentCollection;
00020
00021 #include <DataFormats/Common/interface/Ref.h>
00022 typedef edm::Ref<CSCSegmentCollection> CSCSegmentRef;
00023
00024
00025
00026 #endif