Skip to content

Commit 20a4466

Browse files
authored
[PWGJE] fixing fastjet assertion problem (#15404)
1 parent dcf5f57 commit 20a4466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/TableProducer/rhoEstimator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct RhoEstimatorTask {
130130
bkgPhiMax_ = 2.0 * M_PI;
131131
}
132132
if (config.trackPhiMin < -98.0) {
133-
bkgPhiMin_ = -2.0 * M_PI;
133+
bkgPhiMin_ = -1.0 * M_PI;
134134
}
135135
bkgSub.setPhiMinMax(bkgPhiMin_, bkgPhiMax_);
136136

0 commit comments

Comments
 (0)