Skip to content

Commit

Permalink
remove lines which inhibit transport at large eta (#1797)
Browse files Browse the repository at this point in the history
* remove lines which inhibit transport at large eta

* fix Pythia generator ambiguity
  • Loading branch information
ffionda authored Nov 13, 2024
1 parent ae7fa31 commit f55a23a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ R__ADD_INCLUDE_PATH($O2DPG_ROOT/MC/config/PWGDQ/EvtGen)
#include <string>

using namespace o2::eventgen;
using namespace Pythia8;

namespace o2
{
Expand Down Expand Up @@ -140,7 +139,7 @@ Pythia8::Event mOutputEvent;
// Control gap-triggering
unsigned long long mGeneratedEvents;
int mInverseTriggerRatio;
Pythia pythiaMBgen; // minimum bias event
Pythia8::Pythia pythiaMBgen; // minimum bias event
TString mConfigMBdecays;
int mPDG;
std::vector<int> mHadronsPDGs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ funcName = GeneratorBplusToJpsiKaon_EvtGen()
config = ${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/generator/pythia8_hf.cfg
hooksFileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/hooks/pythia8_userhooks_qqbar.C
hooksFuncName = pythia8_userhooks_bbbar(-1.5,1.5)

### The setup inhibits transport of primary particles which are produce at forward rapidity.
### The settings below only transports particles in the barrel, which is currently defined as |eta| < 2

[Stack]
transportPrimary = barrel
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ funcName = GeneratorBeautyToPsiAndJpsi_EvtGenMidY()
config = ${O2DPG_MC_CONFIG_ROOT}/MC/config/common/pythia8/generator/pythia8_hf.cfg
hooksFileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/hooks/pythia8_userhooks_qqbar.C
hooksFuncName = pythia8_userhooks_bbbar(-1.5,1.5)

### The setup inhibits transport of primary particles which are produce at forward rapidity.
### The settings below only transports particles in the barrel, which is currently defined as |eta| < 2

[Stack]
transportPrimary = barrel

0 comments on commit f55a23a

Please sign in to comment.