CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CondFormats/SiPixelObjects/interface/CablingPathToDetUnit.h

Go to the documentation of this file.
00001 #ifndef  CondFormats_SiPixelObjects_CablingPathToDetUnit_H
00002 #define  CondFormats_SiPixelObjects_CablingPathToDetUnit_H
00003 
00004 namespace sipixelobjects {
00005   struct CablingPathToDetUnit { unsigned int fed, link, roc; };
00006 }
00007 
00008 #endif