#include <PixelRawContByteStreamTool.h>
◆ OrderRdos()
◆ operator()()
Definition at line 755 of file PixelRawContByteStreamTool.cxx.
756{
757
758
759 Identifier pixelId0 = rdo0->
identify();
762 Identifier pixelId1 = rdo1->
identify();
765
766
767
768
769 if (col0 == col1) return (row0 < row1);
770
771
772 else if (((col0 == col1-1) && (col1%2 == 0)) || ((col1 == col0-1) && (col0%2 == 0))) {
773
774
775 if (row0 == row1) return (col0 < col1);
776
777 else return (row0 < row1);
778 }
779
780
781 else {
782
783
784 if (col0 > 40 && col1 > 40) return (col0 > col1);
785
786
787 else return (col0 < col1);
788 }
789}
virtual Identifier identify() const override final
◆ m_offlineId
◆ m_pixelReadout
The documentation for this class was generated from the following files: