#include <PixelRawContByteStreamTool.h>
◆ OrderRdos() [1/2]
◆ OrderRdos() [2/2]
◆ operator()()
Definition at line 754 of file PixelRawContByteStreamTool.cxx.
768 if (col0 == col1)
return (row0 < row1);
771 else if (((col0 == col1-1) && (col1%2 == 0)) || ((col1 == col0-1) && (col0%2 == 0))) {
774 if (row0 == row1)
return (col0 < col1);
776 else return (row0 < row1);
783 if (col0 > 40 && col1 > 40)
return (col0 > col1);
786 else return (col0 < col1);
◆ operator=()
◆ m_offlineId
◆ m_pixelReadout
The documentation for this class was generated from the following files: