Skip to content

Commit 00bfc62

Browse files
committed
update test
1 parent ee38f1f commit 00bfc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/config/ALICE3/ini/tests/central_strangeness_PbPb_552tev.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ int External()
2727

2828
// Expecting only events with a 0-10% centrality
2929
// 0-100% gives a mean of ~1350
30-
31-
if (meanNTracksPerEvent < 1300) {
30+
// 2300 should be enough
31+
if (meanNTracksPerEvent < 2300) {
3232
return 1;
3333
}
3434

0 commit comments

Comments
 (0)