We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ddd5d commit 48a070fCopy full SHA for 48a070f
PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx
@@ -641,7 +641,7 @@ struct strangenesstofpid {
641
}
642
643
644
- if (calculationMethod.value==1 && !lut) {
+ if (calculationMethod.value>0 && !lut) {
645
// setMatLUT only after magfield has been initalized
646
// (setMatLUT has implicit and problematic init field call if not)
647
LOG(info) << "Loading full (all-radius) material look-up table for run number: " << runNumber;
0 commit comments