ATLAS Offline Software
Loading...
Searching...
No Matches
python.processes.powheg.ttbb Namespace Reference

Classes

class  ttbb

Variables

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

Variable Documentation

◆ _decay_mode_lookup

dict python.processes.powheg.ttbb._decay_mode_lookup
protected
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 16 of file ttbb.py.

◆ logger

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

Get handle to Athena logging.

Definition at line 8 of file ttbb.py.