Skip to content

Commit fe89340

Browse files
fix generator signal option
1 parent 889354c commit fe89340

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

MC/config/PWGGAJE/external/generator/parametrisedJetModel/generator_pythia8_box_parametrisedModel_pythia6Fragmentation.C

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,23 @@ using namespace Pythia8;
2525
// #include "SimulationDataFormat/ParticleStatus.h"
2626
// #include "SimulationDataFormat/MCEventHeader.h"
2727

28+
"simLog": false,
29+
"sglGenRAA": 0.45,
30+
"sglGenTAA": 23.38,
31+
"sglCutoffSteepNess": 15,
32+
"sglCutoffAbscissa": 5,
33+
"fallSpecterSlopeLog": 6.619076,
34+
"fallSpecterAffinePowerConstantTerm": -3.918165,
35+
"fallSpecterAffinePowerSlope": -0.002032,
36+
"bkgAveragePt": 0.764567,
37+
"collTotalMultWithBkg": 1994
38+
2839
// Input to simulation:
2940
// inputFilePathName file is expected to be a json file with the structure like so:
3041
// {
3142
// "simLog": false,
32-
// "sglGenRAA": 1,
33-
// "sglGenTAA": 1,
43+
// "sglGenRAA": 0.45,
44+
// "sglGenTAA": 23.38,
3445
// "sglCutoffSteepNess": 15,
3546
// "sglCutoffAbscissa": 10,
3647
// "fallSpecterSlopeLog": 10.833274,
@@ -187,7 +198,7 @@ public:
187198
////////////////// Jet signal /////////////////
188199
///////////////////////////////////////////////
189200

190-
if (mGenerateUE) {
201+
if (mGenerateSignal) {
191202
int nJets = gRandom->Poisson(mNJetsAverage);
192203

193204
if (mDebug) {

0 commit comments

Comments
 (0)