From 91c00586bb73d05dffe27ffb0faeabcd365d13f6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 27 Feb 2026 13:57:06 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/AOD/src/AODProducerWorkflowSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/AOD/src/AODProducerWorkflowSpec.cxx b/Detectors/AOD/src/AODProducerWorkflowSpec.cxx index d7a8098337f51..fcb419d6c441b 100644 --- a/Detectors/AOD/src/AODProducerWorkflowSpec.cxx +++ b/Detectors/AOD/src/AODProducerWorkflowSpec.cxx @@ -404,7 +404,7 @@ void AODProducerWorkflowDPL::addToTRDsExtra(const o2::globaltracking::RecoContai return; } const auto& trk = recoData.getTrack(contributorsGID[GIndex::Source::TRD]); - o2::track::TrackPar trkC{contributorsGID[GIndex::Source::ITSTPC].isIndexSet() ? recoData.getTPCITSTrack(contributorsGID[GIndex::Source::ITSTPC]).getParamOut() : recoData.getTPCTrack(contributorsGID[GIndex::Source::TPC]).getParamOut() }; + o2::track::TrackPar trkC{contributorsGID[GIndex::Source::ITSTPC].isIndexSet() ? recoData.getTPCITSTrack(contributorsGID[GIndex::Source::ITSTPC]).getParamOut() : recoData.getTPCTrack(contributorsGID[GIndex::Source::TPC]).getParamOut()}; const auto& trklets = recoData.getTRDTracklets(); const auto& ctrklets = recoData.getTRDCalibratedTracklets(); for (int iLay{0}; iLay < 6; ++iLay) {