CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/CondFormats/SiPixelObjects/interface/ElectronicIndex.h

Go to the documentation of this file.
00001 #ifndef CondFormats_SiPixelObjects_ElectronicIndex_H
00002 #define CondFormats_SiPixelObjects_ElectronicIndex_H
00003 
00004 namespace sipixelobjects {
00005   struct ElectronicIndex { int link; int roc; int dcol; int pxid; };
00006 }
00007 #endif