Skip to content

Commit 87ba461

Browse files
committed
Please consider the following formatting changes
1 parent 10add02 commit 87ba461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGJE/Tasks/jetCorrelationD0.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
/// \author Matthew Ockleton matthew.ockleton@cern.ch, University of Liverpool
1515

1616
#include "PWGJE/Core/JetDerivedDataUtilities.h"
17+
#include "PWGJE/Core/JetHFUtilities.h"
1718
#include "PWGJE/DataModel/Jet.h"
1819
#include "PWGJE/DataModel/JetReducedData.h"
19-
#include "PWGJE/Core/JetHFUtilities.h"
2020

2121
#include "Common/Core/RecoDecay.h"
2222

@@ -284,7 +284,7 @@ struct JetCorrelationD0 {
284284
if (dPhi > o2::constants::math::PI) {
285285
dPhi = 2 * o2::constants::math::PI - dPhi;
286286
}
287-
if (std::abs(dPhi - o2::constants::math::PI) > (o2::constants::math::PI / 2)) {
287+
if (std::abs(dPhi - o2::constants::math::PI) > (o2::constants::math::PI / 2)) {
288288
continue;
289289
}
290290
fillJetHistograms(jet, dPhi);
@@ -439,7 +439,7 @@ struct JetCorrelationD0 {
439439
}
440440
}
441441
}
442-
}
442+
}
443443
}
444444
PROCESS_SWITCH(JetCorrelationD0, processMcMatched, "process matching of particle level jets to detector level jets", false);
445445
};

0 commit comments

Comments
 (0)