CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/DataFormats/DTRecHit/interface/DTRecClusterCollection.h

Go to the documentation of this file.
00001 #ifndef DTRECHIT_DTRECCLUSTERCOLLECTION_H
00002 #define DTRECHIT_DTRECCLUSTERCOLLECTION_H
00003 
00017 /* Base Class Headers */
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/DTSLRecCluster.h"
00024 #include "DataFormats/MuonDetId/interface/DTSuperLayerId.h"
00025 
00026 /* C++ Headers */
00027 #include <functional>
00028 
00029 /* ====================================================================== */
00030 
00031 /* Class DTRecClusterCollection Interface */
00032 typedef edm::RangeMap<DTSuperLayerId, edm::OwnVector<DTSLRecCluster> > DTRecClusterCollection;
00033 
00034 #endif // DTRECHIT_DTRECCLUSTERCOLLECTION_H
00035