Skip to content

Commit ff26ef1

Browse files
committed
Please consider the following formatting changes
1 parent f537df4 commit ff26ef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3926,7 +3926,6 @@ struct AntinucleiInJets {
39263926
}
39273927
PROCESS_SWITCH(AntinucleiInJets, processCoalescenceCorr, "process coalescence correlation", false);
39283928

3929-
39303929
// Jet Pt resolution
39313930
void processJetPtResolution(RecCollisionsMc const& collisions, AntiNucleiTracksMc const& mcTracks, aod::McParticles const& mcParticles)
39323931
{
@@ -4065,7 +4064,7 @@ struct AntinucleiInJets {
40654064
ptJetTrue = jetPair.ptTrue;
40664065
}
40674066
}
4068-
4067+
40694068
if (distanceMin < alpha * rJet) {
40704069
registryMC.fill(HIST("jetPtResolution"), ptJetTrue, diffPt);
40714070
}

0 commit comments

Comments
 (0)