Go to the documentation of this file.00001 #ifndef DTRECHIT_DTRECCLUSTERCOLLECTION_H
00002 #define DTRECHIT_DTRECCLUSTERCOLLECTION_H
00003
00017
00018
00019
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
00027 #include <functional>
00028
00029
00030
00031
00032 typedef edm::RangeMap<DTSuperLayerId, edm::OwnVector<DTSLRecCluster> > DTRecClusterCollection;
00033
00034 #endif // DTRECHIT_DTRECCLUSTERCOLLECTION_H
00035