ATLAS Offline Software
Loading...
Searching...
No Matches
Powheg_tt_mtop_common Namespace Reference

Functions

 parseargs (runArgs)

Variables

 options = parseargs(runArgs=runArgs)
 herwigDSIDs = range(411125,411143)
 isHerwig = options['runNumber'] in herwigDSIDs
 pythiaDSIDs = range(411143,411162)
 isPythia = options['runNumber'] in pythiaDSIDs
tuple dsidModEighteen = (options['runNumber']-411125) % 18
float mtop = 169.0
float widthtop = 1.228
bool isbottom = True
 keywords
 contact
 minevents
 description
 tune
 decay_mode
 mass_t
 width_t
 hdamp
 PDF
 order
 name
 lhe_filename
 inputGeneratorFile
 me_pdf_order
 userDecayFile
 NumLeptons
 Ptcut
 JpsipTMinCut

Function Documentation

◆ parseargs()

Powheg_tt_mtop_common.parseargs ( runArgs)

Definition at line 4 of file Powheg_tt_mtop_common.py.

4def parseargs(runArgs):
5 # function for parsing the Generate_tf.py arguments
6 options = {}
7 if not hasattr(runArgs,'runNumber'):
8 raise RuntimeError('no runNumber supplied as argument')
9 else:
10 options['runNumber'] = runArgs.runNumber
11
12 if hasattr(runArgs,'ecmEnergy'):
13 options['beamEnergy'] = runArgs.ecmEnergy / 2.
14 else:
15 raise RuntimeError('No center of mass energy found.')
16
17 if hasattr(runArgs,'maxEvents') and runArgs.maxEvents > 0:
18 options['nevents']=runArgs.maxEvents
19 else:
20 raise RuntimeError('No maxEvents provided.')
21
22 if hasattr(runArgs,'randomSeed'):
23 options['randomSeed'] = runArgs.randomSeed
24 else:
25 raise RuntimeError('No random seed provided.')
26
27 if hasattr(runArgs,'inputGeneratorFile'):
28 options['lheFile'] = runArgs.inputGeneratorFile
29 else:
30 options['lheFile'] = ''
31 return options
32
33# get arguments

Variable Documentation

◆ contact

Powheg_tt_mtop_common.contact

Definition at line 85 of file Powheg_tt_mtop_common.py.

◆ decay_mode

Powheg_tt_mtop_common.decay_mode

Definition at line 106 of file Powheg_tt_mtop_common.py.

◆ description

Powheg_tt_mtop_common.description

Definition at line 90 of file Powheg_tt_mtop_common.py.

◆ dsidModEighteen

tuple Powheg_tt_mtop_common.dsidModEighteen = (options['runNumber']-411125) % 18

Definition at line 45 of file Powheg_tt_mtop_common.py.

◆ hdamp

Powheg_tt_mtop_common.hdamp

Definition at line 109 of file Powheg_tt_mtop_common.py.

◆ herwigDSIDs

Powheg_tt_mtop_common.herwigDSIDs = range(411125,411143)

Definition at line 37 of file Powheg_tt_mtop_common.py.

◆ inputGeneratorFile

Powheg_tt_mtop_common.inputGeneratorFile

Definition at line 134 of file Powheg_tt_mtop_common.py.

◆ isbottom

bool Powheg_tt_mtop_common.isbottom = True

Definition at line 77 of file Powheg_tt_mtop_common.py.

◆ isHerwig

Powheg_tt_mtop_common.isHerwig = options['runNumber'] in herwigDSIDs

Definition at line 38 of file Powheg_tt_mtop_common.py.

◆ isPythia

Powheg_tt_mtop_common.isPythia = options['runNumber'] in pythiaDSIDs

Definition at line 40 of file Powheg_tt_mtop_common.py.

◆ JpsipTMinCut

Powheg_tt_mtop_common.JpsipTMinCut

Definition at line 161 of file Powheg_tt_mtop_common.py.

◆ keywords

Powheg_tt_mtop_common.keywords

Definition at line 84 of file Powheg_tt_mtop_common.py.

◆ lhe_filename

Powheg_tt_mtop_common.lhe_filename

Definition at line 134 of file Powheg_tt_mtop_common.py.

◆ mass_t

Powheg_tt_mtop_common.mass_t

Definition at line 107 of file Powheg_tt_mtop_common.py.

◆ me_pdf_order

Powheg_tt_mtop_common.me_pdf_order

Definition at line 134 of file Powheg_tt_mtop_common.py.

◆ minevents

Powheg_tt_mtop_common.minevents

Definition at line 87 of file Powheg_tt_mtop_common.py.

◆ mtop

float Powheg_tt_mtop_common.mtop = 169.0

Definition at line 48 of file Powheg_tt_mtop_common.py.

◆ name

Powheg_tt_mtop_common.name

Definition at line 132 of file Powheg_tt_mtop_common.py.

◆ NumLeptons

Powheg_tt_mtop_common.NumLeptons

Definition at line 156 of file Powheg_tt_mtop_common.py.

◆ options

Powheg_tt_mtop_common.options = parseargs(runArgs=runArgs)

Definition at line 34 of file Powheg_tt_mtop_common.py.

◆ order

Powheg_tt_mtop_common.order

Definition at line 132 of file Powheg_tt_mtop_common.py.

◆ PDF

Powheg_tt_mtop_common.PDF

Definition at line 110 of file Powheg_tt_mtop_common.py.

◆ Ptcut

Powheg_tt_mtop_common.Ptcut

Definition at line 157 of file Powheg_tt_mtop_common.py.

◆ pythiaDSIDs

Powheg_tt_mtop_common.pythiaDSIDs = range(411143,411162)

Definition at line 39 of file Powheg_tt_mtop_common.py.

◆ tune

Powheg_tt_mtop_common.tune

Definition at line 95 of file Powheg_tt_mtop_common.py.

◆ userDecayFile

Powheg_tt_mtop_common.userDecayFile

Definition at line 146 of file Powheg_tt_mtop_common.py.

◆ width_t

Powheg_tt_mtop_common.width_t

Definition at line 108 of file Powheg_tt_mtop_common.py.

◆ widthtop

float Powheg_tt_mtop_common.widthtop = 1.228

Definition at line 49 of file Powheg_tt_mtop_common.py.