Skip to content

Commit 67a87c1

Browse files
committed
Please consider the following formatting changes
1 parent 6c99c04 commit 67a87c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/lambdaR2Correlation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ struct LambdaTracksExtProducer {
12941294
const AxisSpec axisCPA(100, 0.995, 1.0, "cos(#theta_{PA})");
12951295
const AxisSpec axisDcaDau(75, 0., 1.5, "Daug DCA (#sigma)");
12961296
const AxisSpec axisDEta(320, -1.6, 1.6, "#Delta#eta");
1297-
const AxisSpec axisDPhi(640, -PIHalf, 3.*PIHalf, "#Delta#varphi");
1297+
const AxisSpec axisDPhi(640, -PIHalf, 3. * PIHalf, "#Delta#varphi");
12981298

12991299
// Histograms Booking
13001300
histos.add("h1i_totlambda_mult", "Multiplicity", kTH1I, {axisMult});

0 commit comments

Comments
 (0)