Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DTRECHIT_DTRECCLUSTERCOLLECTION_H
0002 #define DTRECHIT_DTRECCLUSTERCOLLECTION_H
0003 
0004 /** \class DTRecClusterCollection
0005  *
0006  * Description:
0007  *  
0008  *  detailed description
0009  *
0010  * \author : Stefano Lacaprara - INFN LNL <stefano.lacaprara@pd.infn.it>
0011  *
0012  * Modification:
0013  *
0014  */
0015 
0016 /* Base Class Headers */
0017 
0018 /* Collaborating Class Declarations */
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 /* C++ Headers */
0026 #include <functional>
0027 
0028 /* ====================================================================== */
0029 
0030 /* Class DTRecClusterCollection Interface */
0031 typedef edm::RangeMap<DTSuperLayerId, edm::OwnVector<DTSLRecCluster> > DTRecClusterCollection;
0032 
0033 #endif  // DTRECHIT_DTRECCLUSTERCOLLECTION_H