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 b322981 commit fb91fddCopy full SHA for fb91fdd
Common/Tools/MultModule.h
@@ -505,6 +505,11 @@ class MultModule
505
internalOpts.generatorName.value = "PYTHIA";
506
}
507
508
+ // capture the need for PYTHIA calibration in light ion runs automatically
509
+ if (metadataInfo.isMC() && mRunNumber >= 564250 && mRunNumber <= 564472) {
510
+ internalOpts.generatorName.value = "PYTHIA";
511
+ }
512
+
513
// list enabled tables
514
for (int i = 0; i < nTablesConst; i++) {
515
// printout to be improved in the future
0 commit comments