Skip to content
Snippets Groups Projects
Commit a9c6d4ac authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Online: fix wrong year in name of new par files

parent be38224e
No related branches found
No related tags found
1 merge request!2026Online: fix wrong year in name of new par files
Pipeline #32950 failed
......@@ -94,11 +94,11 @@ ParFiles::ParFiles(uint32_t runId)
break;
case Setup::mCBM2025_02:
bmon.readout = "mcbm2025_02/BmonReadout_mcbm2024.yaml";
bmon.readout = "mcbm2025_02/BmonReadout_mcbm2025.yaml";
sts.readout = "mcbm2025_02/StsReadout_mcbm2024.yaml";
sts.chanMask = "mcbm2025_02/StsChannelMaskSet_mcbm2024.yaml";
sts.walkMap = "mcbm2025_02/StsWalkMap_mcbm2024.yaml";
sts.readout = "mcbm2025_02/StsReadout_mcbm2025.yaml";
sts.chanMask = "mcbm2025_02/StsChannelMaskSet_mcbm2025.yaml";
sts.walkMap = "mcbm2025_02/StsWalkMap_mcbm2025.yaml";
sts.hitfinder = "mcbm2025_02/StsHitfinder.yaml";
tof.readout = "mcbm2025_02/TofReadout.yaml";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment