Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DTRecHit_DTRecSegment2DCollection_h
0002 #define DTRecHit_DTRecSegment2DCollection_h
0003 
0004 /** \class DTRecSegment2DCollection
0005  *
0006  * Collection of DTRecSegment2D. See \ref DTRecSegment2DCollection.h for details
0007  *  
0008  * \author Stefano Lacaprara - INFN Legnaro <stefano.lacaprara@pd.infn.it>
0009  * \author Riccardo Bellan - INFN TO <riccardo.bellan@cern.ch>
0010  *
0011  */
0012 
0013 /* Base Class Headers */
0014 #include <functional>
0015 
0016 /* Collaborating Class Declarations */
0017 #include "DataFormats/Common/interface/RangeMap.h"
0018 #include "DataFormats/Common/interface/ClonePolicy.h"
0019 #include "DataFormats/Common/interface/OwnVector.h"
0020 #include "DataFormats/DTRecHit/interface/DTSLRecSegment2D.h"
0021 #include "DataFormats/MuonDetId/interface/DTSuperLayerId.h"
0022 
0023 /* C++ Headers */
0024 
0025 /* ====================================================================== */
0026 
0027 typedef edm::RangeMap<DTSuperLayerId, edm::OwnVector<DTSLRecSegment2D> > DTRecSegment2DCollection;
0028 
0029 #endif  // DTRecHit_DTRecSegment2DCollection_h