CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h

Go to the documentation of this file.
00001 #ifndef DTRecHit_DTRecSegment2DCollection_h
00002 #define DTRecHit_DTRecSegment2DCollection_h
00003 
00016 /* Base Class Headers */
00017 #include <functional>
00018 
00019 /* Collaborating Class Declarations */
00020 #include "DataFormats/Common/interface/RangeMap.h"
00021 #include "DataFormats/Common/interface/ClonePolicy.h"
00022 #include "DataFormats/Common/interface/OwnVector.h"
00023 #include "DataFormats/DTRecHit/interface/DTSLRecSegment2D.h"
00024 #include "DataFormats/MuonDetId/interface/DTSuperLayerId.h"
00025 
00026 /* C++ Headers */
00027 
00028 /* ====================================================================== */
00029 
00030 typedef edm::RangeMap<DTSuperLayerId, edm::OwnVector<DTSLRecSegment2D> > DTRecSegment2DCollection;
00031 
00032 #endif // DTRecHit_DTRecSegment2DCollection_h