File indexing completed on 2024-04-06 12:04:02
0001 #ifndef DTRECHIT_DTRECCLUSTERCOLLECTION_H
0002 #define DTRECHIT_DTRECCLUSTERCOLLECTION_H
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019 #include "DataFormats/Common/interface/RangeMap.h"
0020 #include "DataFormats/Common/interface/ClonePolicy.h"
0021 #include "DataFormats/Common/interface/OwnVector.h"
0022 #include "DataFormats/DTRecHit/interface/DTSLRecCluster.h"
0023 #include "DataFormats/MuonDetId/interface/DTSuperLayerId.h"
0024
0025
0026 #include <functional>
0027
0028
0029
0030
0031 typedef edm::RangeMap<DTSuperLayerId, edm::OwnVector<DTSLRecCluster> > DTRecClusterCollection;
0032
0033 #endif