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 765080f commit de2da01Copy full SHA for de2da01
MC/config/common/ini/GeneratorPerformanceFix.ini
@@ -1,6 +1,7 @@
1
# Test performance generator for multidimensional studies using fix number of signal particles per event
2
# Parameters are in order: fraction of signal particles, fixed number of signal particles per event, tag to select the generator type
3
+# and flag to decay or not Z0 (Pythia8 instance used - false by default)
4
# fraction = -1 enables the fixed number of signal particles per event (nsig)
5
[GeneratorExternal]
6
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/common/external/generator/performanceGenerator.C
-funcName = Generator_Performance(-1, 100, 1)
7
+funcName = Generator_Performance(-1, 100, 1)
0 commit comments