ATLAS Offline Software
Classes | Variables
python.processes.powheg.fourtops Namespace Reference

Classes

class  fourtops
 Default Powheg configuration for 4 tops production. More...
 

Variables

 logger = Logging.logging.getLogger("PowhegControl")
 Get handle to Athena logging. More...
 
dictionary _decay_mode_lookup
 
list _signature_lookup = [ "4", "3", "2", "1" ]
 

Variable Documentation

◆ _decay_mode_lookup

dictionary python.processes.powheg.fourtops._decay_mode_lookup
private
Initial value:
1 = {
2  "t t~ t t~ > all [MadSpin]" : "00000", # switch off decays in Powheg and let MadSpin handle them!
3  "t t~ t t~ > all": "44444", # all decays
4  "t t~ t t~ > 4l": "44400", # exactly 4 leptons
5  "t t~ t t~ > 3l4l": "4", # at least 3 leptons
6  "t t~ t t~ > 2lSS": "3", # exactly 2 leptons, same sign
7  "t t~ t t~ > 2lOS": "2", # exactly 2 leptons, opposite sign
8  "t t~ t t~ > 1l": "1", # exactly 1 lepton
9  "t t~ t t~ > allhad": "00044", # fully-hadronic
10  "t t~ t t~ > undecayed": "00000" # undecayed (e.g. to produce a lhe file)
11  }

Definition at line 14 of file fourtops.py.

◆ _signature_lookup

list python.processes.powheg.fourtops._signature_lookup = [ "4", "3", "2", "1" ]
private

Definition at line 25 of file fourtops.py.

◆ logger

python.processes.powheg.fourtops.logger = Logging.logging.getLogger("PowhegControl")

Get handle to Athena logging.

Definition at line 9 of file fourtops.py.