Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_GEMCSCSegmentCollection_H
0002 #define DataFormats_GEMCSCSegmentCollection_H
0003 
0004 /** \class GEMCSCSegmentCollection
0005  *
0006  * The collection of GEMCSCSegment's. See \ref GEMCSCSegmentCollection.h for details.
0007  *
0008  *  $Date:  $
0009  *  \author Raffaella Radogna
0010  */
0011 
0012 #include "DataFormats/MuonDetId/interface/CSCDetId.h"
0013 #include "DataFormats/MuonDetId/interface/GEMDetId.h"
0014 #include "DataFormats/GEMRecHit/interface/GEMCSCSegment.h"
0015 
0016 #include "DataFormats/Common/interface/RangeMap.h"
0017 #include "DataFormats/Common/interface/ClonePolicy.h"
0018 #include "DataFormats/Common/interface/OwnVector.h"
0019 
0020 typedef edm::RangeMap<CSCDetId, edm::OwnVector<GEMCSCSegment> > GEMCSCSegmentCollection;
0021 
0022 #include "DataFormats/Common/interface/Ref.h"
0023 typedef edm::Ref<GEMCSCSegmentCollection> GEMCSCSegmentRef;
0024 
0025 #endif