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

Classes

class  ttj
 Default Powheg configuration for top pair production plus one jet. More...
 

Variables

 logger = Logging.logging.getLogger("PowhegControl")
 Get handle to Athena logging. More...
 
dictionary _decay_mode_lookup
 

Variable Documentation

◆ _decay_mode_lookup

dictionary python.processes.powheg.ttj._decay_mode_lookup
private
Initial value:
1 = {
2  "t t~ > all": "22222",
3  "t t~ > b j j b~ j j": "00022",
4  "t t~ > b l+ vl b~ l- vl~": "22200",
5  "t t~ > b emu+ vemu b~ emu- vemu~": "22000",
6  "t t~ > semileptonic": "11111",
7  "t t~ > undecayed" : "00000",
8  "t t~ > all [MadSpin]" : "00000", # switch off decays in Powheg and let MadSpin handle them!
9 }

Definition at line 17 of file ttj.py.

◆ logger

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

Get handle to Athena logging.

Definition at line 9 of file ttj.py.