Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:11

0001 #include "DataFormats/SiPixelDetId/interface/PixelFEDChannel.h"
0002 #include "FWCore/Utilities/interface/typelookup.h"
0003 
0004 #include <unordered_map>
0005 typedef std::unordered_map<std::string, PixelFEDChannelCollection> PixelFEDChannelCollectionMap;
0006 
0007 TYPELOOKUP_DATA_REG(PixelFEDChannelCollectionMap);