ElectronicIndex

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef EventFilter_CTPPSRawToDigi_ElectronicIndex_H
#define EventFilter_CTPPSRawToDigi_ElectronicIndex_H

namespace pps::pixel {
  struct ElectronicIndex {
    int link;
    int roc;
    int dcol;
    int pxid;
  };
}  // namespace pps::pixel

#endif