File tree Expand file tree Collapse file tree
Detectors/MUON/MCH/Workflow/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ class FileReaderTask
320320 }
321321
322322 if (mPrint ) {
323- std::cout << " Sending TF " << orbitMin << " (previous " << mLastTForbit << " delta " << orbitMin- mLastTForbit << " )" << std::endl
323+ std::cout << " Sending TF " << orbitMin << " (previous " << mLastTForbit << " delta " << ( orbitMin - mLastTForbit ) << " )" << std::endl
324324 << std::endl;
325325 }
326326 mLastTForbit = orbitMin;
@@ -616,7 +616,7 @@ class FileReaderTask
616616 bool mFullTF ; // /< send full time frames
617617 bool mSaveTF ; // /< save individual time frames to file
618618 int mOverlap ; // /< overlap between contiguous TimeFrames
619- int mLastTForbit { 0 };
619+ int mLastTForbit {0 }; // /< first orbit number of last transmitted TimeFrame
620620 bool mPrint = false ; // /< print debug messages
621621 o2::dataformats::TFIDInfo mTFIDInfo {}; // struct to modify output headers
622622
You can’t perform that action at this time.
0 commit comments