Skip to content

Commit 86d824b

Browse files
committed
whitespace for readability
1 parent 2a51f9e commit 86d824b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGUD/Tasks/upcRhoAnalysis.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,12 +1104,15 @@ struct UpcRhoAnalysis {
11041104
recoPionLVs.push_back(ROOT::Math::PxPyPzMVector(track.px(), track.py(), track.pz(), o2::constants::physics::MassPionCharged));
11051105
recoTracks.push_back(track);
11061106
}
1107+
11071108
if (truePionLVs.size() != 2 || recoPionLVs.size() != 2)
11081109
return;
1110+
11091111
ROOT::Math::PxPyPzMVector trueSystem = reconstructSystem(truePionLVs);
11101112
const float trueDeltaPhi = getPhiChargeMC(trueTracks, truePionLVs);
11111113
ROOT::Math::PxPyPzMVector recoSystem = reconstructSystem(recoPionLVs);
11121114
const float recoDeltaPhi = getPhiCharge(recoTracks, recoPionLVs);
1115+
11131116
rResolution.fill(HIST("MC/resolution/system/1D/hM"), recoSystem.M() - trueSystem.M());
11141117
rResolution.fill(HIST("MC/resolution/system/2D/hMVsM"), trueSystem.M(), recoSystem.M());
11151118
rResolution.fill(HIST("MC/resolution/system/1D/hPt"), recoSystem.Pt() - trueSystem.Pt());

0 commit comments

Comments
 (0)