Skip to content

Commit 1898a8e

Browse files
committed
Fix path for LHC25af.
1 parent a4a155f commit 1898a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/TrackTuner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ struct TrackTuner : o2::framework::ConfigurableGroup {
231231
/// [CASE 5]: OO, 5.36 TeV 2025, period LHC25af: CCDB path Users/m/mfaggin/test/inputsTrackTuner/OO/LHC25af
232232
/// Run list: 564468 <= runNumber && runNumber <= 564472
233233
///
234-
pathInputFile = "Users/m/mfaggin/test/inputsTrackTuner/OO/LHC25ae";
234+
pathInputFile = "Users/m/mfaggin/test/inputsTrackTuner/OO/LHC25af";
235235
LOG(info) << "[TrackTuner::getPathInputFileAutomaticFromCCDB]: >>> OO, 5.36 TeV 2025, period LHC25af: CCDB path " << pathInputFile;
236236
LOG(info) << " >>> Run list: 564468 <= runNumber && runNumber <= 564472";
237237
} else {

0 commit comments

Comments
 (0)