Skip to content

Commit 48a070f

Browse files
committed
Don't forget LUT
1 parent f7ddd5d commit 48a070f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ struct strangenesstofpid {
641641
}
642642
}
643643

644-
if (calculationMethod.value==1 && !lut) {
644+
if (calculationMethod.value>0 && !lut) {
645645
// setMatLUT only after magfield has been initalized
646646
// (setMatLUT has implicit and problematic init field call if not)
647647
LOG(info) << "Loading full (all-radius) material look-up table for run number: " << runNumber;

0 commit comments

Comments
 (0)