diff --git a/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoPsd.cxx b/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoPsd.cxx index e4e4c79f157405aefdb54e7a313789f71aab4f41..5e5a1dc9ab45be3dd3b6bcc128ceb2dca17b0f58 100644 --- a/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoPsd.cxx +++ b/fles/mcbm2018/unpacker/CbmMcbm2018UnpackerAlgoPsd.cxx @@ -155,7 +155,7 @@ Bool_t CbmMcbm2018UnpackerAlgoPsd::ProcessTs(const fles::Timeslice& ts) { fulCurrentTsIdx = ts.index(); - fdTsStartTime = static_cast<Double_t>(ts.descriptor(0, 0).idx); // FIXME ts.start_time(); + fdTsStartTime = static_cast<Double_t>(ts.start_time()); /// Ignore First TS as first MS is typically corrupt if (0 == fulCurrentTsIdx) { return kTRUE; } // if( 0 == fulCurrentTsIdx )