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

Classes

class  ttj_MiNNLO
 Default Powheg configuration for top pair production plus one jet with MiNNLO. 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_MiNNLO._decay_mode_lookup
private
Initial value:
1 = {
2  "t t~ > all [MadSpin]" : "00000", # switch off decays in Powheg and let MadSpin handle them!
3  "t t~ > all": "22222",
4  "t t~ > b j j b~ j j": "00022",
5  "t t~ > b l+ vl b~ l- vl~": "22200",
6  "t t~ > b emu+ vemu b~ emu- vemu~": "22000",
7  "t t~ > semileptonic": "11111",
8  "t t~ > undecayed" : "00000",
9 }

Definition at line 17 of file ttj_MiNNLO.py.

◆ logger

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

Get handle to Athena logging.

Definition at line 9 of file ttj_MiNNLO.py.