File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments