CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronicIndex.h
Go to the documentation of this file.
1 #ifndef CondFormats_SiPixelObjects_ElectronicIndex_H
2 #define CondFormats_SiPixelObjects_ElectronicIndex_H
3 
4 namespace sipixelobjects {
5  struct ElectronicIndex { int link; int roc; int dcol; int pxid; };
6 }
7 #endif