From 97afab92faca13049087624e226812555284faa5 Mon Sep 17 00:00:00 2001 From: Anton Riedel Date: Mon, 18 Dec 2023 09:22:35 +0100 Subject: [PATCH] Fix: fix typo --- PWGCF/FemtoDream/femtoDreamPairTaskTrackV0.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/FemtoDream/femtoDreamPairTaskTrackV0.cxx b/PWGCF/FemtoDream/femtoDreamPairTaskTrackV0.cxx index 36379c6870e..bc0cb0a1903 100644 --- a/PWGCF/FemtoDream/femtoDreamPairTaskTrackV0.cxx +++ b/PWGCF/FemtoDream/femtoDreamPairTaskTrackV0.cxx @@ -185,7 +185,7 @@ struct femtoDreamPairTaskTrackV0 { for (DeviceSpec const& device : workflows.devices) { if (device.name.find("femto-dream-pair-task-track-v0") != std::string::npos) { if (containsNameValuePair(device.options, "ConfTrk1_CutBit", ConfTrk1_CutBit.value) && - containsNameValuePair(device.options, "CnfTrk1_TPCBit", ConfTrk1_TPCBit.value) && + containsNameValuePair(device.options, "ConfTrk1_TPCBit", ConfTrk1_TPCBit.value) && containsNameValuePair(device.options, "ConfTrk1_TPCTOFBit", ConfTrk1_TPCTOFBit.value) && containsNameValuePair(device.options, "ConfTrk1_PIDThres", ConfTrk1_PIDThres.value) && containsNameValuePair(device.options, "ConfTrk1_minPt", ConfTrk1_minPt.value) &&