FACT++  1.0
void RawDataViewer::nextSlice ( )
slot

Definition at line 963 of file RawEventsViewer.cc.

References eventStep, eventStepping(), loopCurrentEvent, nRoi, signalCurrentSlice(), and whichSlice.

Referenced by getCurrentPixel().

964 {
965  whichSlice++;
966  if (whichSlice >= nRoi)
967  {
968  whichSlice = 0;
969  if (!loopCurrentEvent)
970  {
971  int backupStep = eventStep;
972  eventStep = 1;
973  eventStepping(true);
974  eventStep = backupStep;
975  }
976  }
978  updateGL();
979 }
void signalCurrentSlice(int slice)
void eventStepping(bool plus)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: