Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_SiPixelObjects_ElectronicIndex_H
0002 #define CondFormats_SiPixelObjects_ElectronicIndex_H
0003 
0004 namespace sipixelobjects {
0005   struct ElectronicIndex {
0006     int link;
0007     int roc;
0008     int dcol;
0009     int pxid;
0010   };
0011 }  // namespace sipixelobjects
0012 #endif