Skip to content
Snippets Groups Projects

Add TRD-2D to the CheckTimingAlgo with same temporary trick as T0

Merged Pierre-Alain Loizeau requested to merge p.-a.loizeau/cbmroot:checktime-trd2d into master
2 files
+ 15
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -110,7 +110,7 @@ void check_timing_any(TString fileName, UInt_t uRunId = 0, Int_t nEvents = 0, TS
Double_t rtime = timer.RealTime();
Double_t ctime = timer.CpuTime();
cout << endl << endl;
cout << "Macro finished succesfully." << endl;
cout << "Macro finished successfully." << endl;
cout << "Real time " << rtime << " s, CPU time " << ctime << " s" << endl;
cout << endl;
// ------------------------------------------------------------------------
Loading