Skip to content

Commit ba3b507

Browse files
author
Marcello Di Costanzo
committed
Fix EsE resolution
1 parent ac21189 commit ba3b507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ struct HfTaskFlowCharmHadrons {
221221
if (storeResoOccu && occEstimator == 0) {
222222
LOGP(fatal, "Occupancy estimation must be enabled to store resolution THnSparse! Please check your configuration!");
223223
}
224-
if (storeRedQVec && !doprocessD0EsEMl && !doprocessD0SPEsEMl) {
224+
if (storeRedQVec && !doprocessD0EsEMl && !doprocessD0SPEsEMl && !doprocessResolutionSPEsE) {
225225
LOGP(fatal, "EsE q-vectors require dedicated process functions. Please check your configuration!");
226226
}
227227
if (storeSPQVec && doprocessD0EsEMl) {

0 commit comments

Comments
 (0)