#include <PixelRawContByteStreamTool.h>
◆ OrderRdos()
◆ operator()()
Definition at line 755 of file PixelRawContByteStreamTool.cxx.
769 if (col0 == col1)
return (row0 < row1);
772 else if (((col0 == col1-1) && (col1%2 == 0)) || ((col1 == col0-1) && (col0%2 == 0))) {
775 if (row0 == row1)
return (col0 < col1);
777 else return (row0 < row1);
784 if (col0 > 40 && col1 > 40)
return (col0 > col1);
787 else return (col0 < col1);
◆ m_offlineId
◆ m_pixelReadout
The documentation for this class was generated from the following files: