Skip to content

Commit 30edf20

Browse files
committed
rename Configurable
1 parent 4b14cdd commit 30edf20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct HfTaskLc {
146146
// ThnSparse for ML outputScores and Vars
147147
Configurable<bool> fillTHn{"fillTHn", false, "fill THn"};
148148
Configurable<bool> fillTreeOnlySingleGap{"fillTreeOnlySingleGap", false, "fill THn"};
149-
Configurable<bool> fillTreeUPCQa{"fillTreeUPCQa", false, "fill THn"};
149+
Configurable<bool> fillTreeUpcQa{"fillTreeUpcQa", false, "fill THn"};
150150
Configurable<bool> storeOccupancy{"storeOccupancy", true, "Flag to store occupancy information"};
151151
Configurable<int> occEstimator{"occEstimator", 2, "Occupancy estimation (None: 0, ITS: 1, FT0C: 2)"};
152152
Configurable<bool> storeProperLifetime{"storeProperLifetime", false, "Flag to store proper lifetime"};
@@ -882,7 +882,7 @@ struct HfTaskLc {
882882
}
883883
}
884884

885-
if (fillTreeUPCQa) {
885+
if (fillTreeUpcQa) {
886886
rowCandUpcQa(static_cast<float>(numPvContributors), collision.multNTracksPV(), collision.posZ(), static_cast<float>(fitInfo.ampFV0A), static_cast<float>(fitInfo.ampFT0A), static_cast<float>(fitInfo.ampFT0C), static_cast<float>(zdcTimeZNA), static_cast<float>(zdcTimeZNC));
887887
}
888888
};

0 commit comments

Comments
 (0)