Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:29

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