ATLAS Offline Software
Pythia8_ATTBAR_NNPDF23LO_Common.py
Go to the documentation of this file.
1 # Config for Py8 tune ATTBAR with NNPDF23LO
2 # if used for the standalone Pythia8 add the two following lines to enable the ISR damping:
3 # "SpaceShower:pTdampMatch = 1"
4 # "SpaceShower:pTdampFudge=1.18"
5 include("Pythia8_i/Pythia8_Base_Fragment.py")
6 
7 genSeq.Pythia8.Commands += [
8  "Tune:ee = 7",
9  "Tune:pp = 14",
10 # "PDF:useLHAPDF=on",
11 # "PDF:LHAPDFset = NNPDF23_lo_as_0130_qed",
12  "TimeShower:alphaSvalue = 0.137",
13  "TimeShower:pTmin = 1.26",
14  "SpaceShower:alphaSvalue = 0.121",
15  "MultipartonInteractions:pT0Ref = 2.16"]
16 
17 rel = os.popen("echo $AtlasVersion").read()
18 
19 genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed"]
20 
21 evgenConfig.tune = "ATTBAR NNPDF23LO"
22 
read
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
Definition: openCoraCool.cxx:569
python.Include.include
include
Definition: Include.py:318