Skip to content

Commit 9cac2d0

Browse files
author
Prottay Das
committed
initialised cent
1 parent 6a7a792 commit 9cac2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/lambdapolsp.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ struct lambdapolsp {
803803
if (!collision.sel8()) {
804804
return;
805805
}
806-
double centrality;
806+
double centrality = -999.;
807807
if (centestim == 0)
808808
centrality = collision.centFT0C();
809809
else if (centestim == 1)
@@ -1213,7 +1213,7 @@ struct lambdapolsp {
12131213
if (!collision.sel8()) {
12141214
return;
12151215
}
1216-
double centrality;
1216+
double centrality = -999.;
12171217
if (centestim == 0)
12181218
centrality = collision.centFT0C();
12191219
else if (centestim == 1)

0 commit comments

Comments
 (0)