Skip to content

Commit 3f05ba6

Browse files
author
Niveditha Ramasubramanian
committed
Fixing typo
1 parent d5ab57d commit 3f05ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ DataProcessorSpec getNoiseCalibratorSpec(bool useDigits)
448448
{"prob-rel-err", VariantType::Float, 0.2f, {"Relative error on channel noise to apply the threshold"}},
449449
{"tstart", VariantType::Int64, -1ll, {"Start of validity timestamp"}},
450450
{"tend", VariantType::Int64, -1ll, {"End of validity timestamp"}},
451-
{"path-CCDB", VariantType::String, "/MFT/test_Calib/NoiseMap", {"Path to write to in CCDB"}},
452-
{"path-CCDB-merge", VariantType::String, "/MFT/test_Calib/NoiseMapMerged", {"Path to write merged file to in CCDB"}},
453-
{"path-DCS", VariantType::String, "/MFT/test_Config/NoiseMap", {"Path to write to in DCS"}},
451+
{"path-CCDB", VariantType::String, "/MFT/Calib/NoiseMap", {"Path to write to in CCDB"}},
452+
{"path-CCDB-merge", VariantType::String, "/MFT/Calib/NoiseMapMerged", {"Path to write merged file to in CCDB"}},
453+
{"path-DCS", VariantType::String, "/MFT/Config/NoiseMap", {"Path to write to in DCS"}},
454454
{"meta", VariantType::String, "", {"meta data to write in CCDB"}},
455455
{"send-to-server", VariantType::String, "CCDB-DCS", {"meta data to write in DCS-CCDB"}},
456456
{"stop-me-only", VariantType::Bool, false, {"At sufficient statistics stop only this device, otherwise whole workflow"}}}};

0 commit comments

Comments
 (0)