ATLAS Offline Software
Pythia8_A14_NNPDF23LO_Var1Down_Common.py
Go to the documentation of this file.
1 
2 include("Pythia8_i/Pythia8_Base_Fragment.py")
3 
4 genSeq.Pythia8.UseLHAPDF=False
5 
6 genSeq.Pythia8.Commands += [
7  "Tune:ee = 7",
8  "Tune:pp = 14",
9 # "PDF:useLHAPDF = on",
10 # "PDF:LHAPDFset = NNPDF23_lo_as_0130_qed",
11  "SpaceShower:rapidityOrder = on",
12  "SigmaProcess:alphaSvalue = 0.140",
13  "SpaceShower:pT0Ref = 1.56",
14  "SpaceShower:pTmaxFudge = 0.91",
15  "SpaceShower:pTdampFudge = 1.05",
16  "SpaceShower:alphaSvalue = 0.127",
17  "TimeShower:alphaSvalue = 0.127",
18  "BeamRemnants:primordialKThard = 1.88",
19  "MultipartonInteractions:pT0Ref = 2.09",
20  "MultipartonInteractions:alphaSvalue = 0.121"]
21 # "BeamRemnants:reconnectRange = 1.69"]
22 
23 rel = os.popen("echo $AtlasVersion").read()
24 
25 if rel[:2].isdigit() and int(rel[:2])<20:
26  ver = os.popen("cmt show versions External/Pythia8").read()
27  print ("Pythia8 version: " + ver)
28  if ('Pythia8-01' in ver[:50]) or ('Pythia8_i-00-11' in ver):
29  genSeq.Pythia8.Commands += [
30  "PDF:useLHAPDF = on",
31  "PDF:LHAPDFset = NNPDF23_lo_as_0130_qed",
32  "BeamRemnants:reconnectRange = 1.69" ]
33  else:
34  genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
35  "ColourReconnection:range = 1.69"]
36 else:
37  genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
38  "ColourReconnection:range = 1.69"]
39 
40 evgenConfig.tune = "A14 NNPDF23LO"
41 
read
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
Definition: openCoraCool.cxx:569
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
python.Include.include
include
Definition: Include.py:319