Skip to content

Commit b93a992

Browse files
authored
Merge pull request #55 from alibuild/alibot-cleanup-12014
Please consider the following formatting changes to AliceO2Group#12014
2 parents 52902ca + df54ede commit b93a992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,9 @@ struct HfDataCreatorCharmResoReduced {
12161216
varUtils.ptReso = RecoDecay::pt(RecoDecay::sumOfVec(varUtils.pVectorProng0, varUtils.pVectorProng1, candidateV0.mom));
12171217
if (!cfgQaPlots.applyCutsForQaHistograms ||
12181218
(((varUtils.invMassD0 > cfgQaPlots.cutMassDMin && varUtils.invMassD0 < cfgQaPlots.cutMassDMax) ||
1219-
(varUtils.invMassD0Bar > cfgQaPlots.cutMassDMin && varUtils.invMassD0Bar < cfgQaPlots.cutMassDMax)) &&
1220-
candidateV0.mLambda > cfgQaPlots.cutMassLambdaMin &&
1221-
candidateV0.mLambda < cfgQaPlots.cutMassLambdaMax)) {
1219+
(varUtils.invMassD0Bar > cfgQaPlots.cutMassDMin && varUtils.invMassD0Bar < cfgQaPlots.cutMassDMax)) &&
1220+
candidateV0.mLambda > cfgQaPlots.cutMassLambdaMin &&
1221+
candidateV0.mLambda < cfgQaPlots.cutMassLambdaMax)) {
12221222
if (isLambda) {
12231223
registry.fill(HIST("hMassD0Lambda"), varUtils.ptReso, varUtils.invMassReso - varUtils.invMassD0);
12241224
} else {

0 commit comments

Comments
 (0)