Skip to content

Commit ec30e5e

Browse files
committed
fixing fastjet assertion problem
1 parent 1f98829 commit ec30e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)