FACT++  1.0
bool zofits::WriteTarget::operator< ( const WriteTarget other) const
inline

Definition at line 63 of file zofits.h.

References tile_num.

64  {
65  return tile_num < other.tile_num;
66  }
uint32_t tile_num
Tile index of the data (to make sure that they are written in the correct order)
Definition: zofits.h:71