ATLAS Offline Software
Pythia8_Monash_NNPDF23LO_Common.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 
6 
7 include("Pythia8_i/Pythia8_Base_Fragment.py")
8 
9 genSeq.Pythia8.Commands += [
10  "Tune:preferLHAPDF = 2",
11  "Tune:pp = 14",
12  "PDF:pSet = LHAPDF6:NNPDF23_lo_as_0130_qed"] # set this AFTER Tune:pp, to avoid crashed due to missing internal Pythia8 PDF data]
13 
14 # set PDF set AFTER Tune:pp, to avoid crashes due to missing internal Pythia8 PDF data
15 
16 rel = os.popen("echo $AtlasVersion").read()
17 
18 evgenConfig.tune = "Monash"
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