Skip to content

Commit ef8a2ff

Browse files
committed
Please consider the following formatting changes
1 parent 6f1f6a0 commit ef8a2ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ struct HfDataCreatorCharmResoReduced {
474474
auto& trackNegProp = fitter.getTrack(1);
475475
trackPosProp.getPxPyPzGlo(candidateV0.momPos);
476476
trackNegProp.getPxPyPzGlo(candidateV0.momNeg);
477-
477+
478478
candidateV0.mom = RecoDecay::pVec(candidateV0.momPos, candidateV0.momNeg);
479-
479+
480480
candidateV0.pT = std::hypot(candidateV0.mom[0], candidateV0.mom[1]);
481481
// topological selections:
482482
// v0 eta
@@ -1219,8 +1219,8 @@ struct HfDataCreatorCharmResoReduced {
12191219
varUtils.invMassD0 < cfgQaPlots.cutMassDMax) ||
12201220
(varUtils.invMassD0Bar > cfgQaPlots.cutMassDMin &&
12211221
varUtils.invMassD0Bar < cfgQaPlots.cutMassDMax) &&
1222-
candidateV0.mLambda > cfgQaPlots.cutMassLambdaMin &&
1223-
candidateV0.mLambda < cfgQaPlots.cutMassLambdaMax)) {
1222+
candidateV0.mLambda > cfgQaPlots.cutMassLambdaMin &&
1223+
candidateV0.mLambda < cfgQaPlots.cutMassLambdaMax)) {
12241224
if (isLambda) {
12251225
registry.fill(HIST("hMassD0Lambda"), varUtils.ptReso, varUtils.invMassReso - varUtils.invMassD0);
12261226
} else {

0 commit comments

Comments
 (0)