Skip to content

Commit fc33825

Browse files
ffiondachiarazampolli
authored andcommitted
remove lines which inhibit transport at large eta (#1797)
* remove lines which inhibit transport at large eta * fix Pythia generator ambiguity (cherry picked from commit f55a23a)
1 parent 72014f6 commit fc33825

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

MC/config/PWGDQ/external/generator/generator_pythia8_NonPromptSignals_gaptriggered_dq.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ R__ADD_INCLUDE_PATH($O2DPG_ROOT/MC/config/PWGDQ/EvtGen)
99
#include <string>
1010

1111
using namespace o2::eventgen;
12-
using namespace Pythia8;
1312

1413
namespace o2
1514
{
@@ -140,7 +139,7 @@ Pythia8::Event mOutputEvent;
140139
// Control gap-triggering
141140
unsigned long long mGeneratedEvents;
142141
int mInverseTriggerRatio;
143-
Pythia pythiaMBgen; // minimum bias event
142+
Pythia8::Pythia pythiaMBgen; // minimum bias event
144143
TString mConfigMBdecays;
145144
int mPDG;
146145
std::vector<int> mHadronsPDGs;

MC/config/PWGDQ/ini/GeneratorHF_bbbarToBplus_midy_triggerGap.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ funcName = GeneratorBplusToJpsiKaon_EvtGen()
1212
config = ${O2DPG_ROOT}/MC/config/common/pythia8/generator/pythia8_hf.cfg
1313
hooksFileName = ${O2DPG_ROOT}/MC/config/PWGHF/pythia8/hooks/pythia8_userhooks_qqbar.C
1414
hooksFuncName = pythia8_userhooks_bbbar(-1.5,1.5)
15-
16-
### The setup inhibits transport of primary particles which are produce at forward rapidity.
17-
### The settings below only transports particles in the barrel, which is currently defined as |eta| < 2
18-
19-
[Stack]
20-
transportPrimary = barrel

MC/config/PWGDQ/ini/GeneratorHF_bbbar_PsiAndJpsi_midy_triggerGap.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ funcName = GeneratorBeautyToPsiAndJpsi_EvtGenMidY()
1212
config = ${O2DPG_ROOT}/MC/config/common/pythia8/generator/pythia8_hf.cfg
1313
hooksFileName = ${O2DPG_ROOT}/MC/config/PWGHF/pythia8/hooks/pythia8_userhooks_qqbar.C
1414
hooksFuncName = pythia8_userhooks_bbbar(-1.5,1.5)
15-
16-
### The setup inhibits transport of primary particles which are produce at forward rapidity.
17-
### The settings below only transports particles in the barrel, which is currently defined as |eta| < 2
18-
19-
[Stack]
20-
transportPrimary = barrel

0 commit comments

Comments
 (0)