Skip to content

Commit 8f9e033

Browse files
committed
True -> true
1 parent c5c542c commit 8f9e033

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Tools/PIDML/qaPidML.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,13 @@ struct pidml {
356356

357357
void init(InitContext const&)
358358
{
359-
model211All = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 211, True);
360-
model2212All = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 2212, True);
361-
model321All = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 321, True);
359+
model211All = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 211, true);
360+
model2212All = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 2212, true);
361+
model321All = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 321, true);
362362

363-
model211TPC = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 211, False);
364-
model2212TPC = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 2212, False);
365-
model321TPC = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 321, False);
363+
model211TPC = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 211, false);
364+
model2212TPC = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 2212, false);
365+
model321TPC = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 321, false);
366366
}
367367

368368
Filter trackFilter = aod::track::isGlobalTrack == static_cast<uint8_t>(true);

0 commit comments

Comments
 (0)