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

Classes

class  ttWm_EW
 

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.ttWm_EW._decay_mode_lookup
private
Initial value:
1 = {
2  't t~ W- > all' : '33333',
3  't t~ W- > all except uuu/ccc' : '33322',
4  't t~ W- > b j j b~ j j j j' : '00033',
5  't t~ W- > b l+ vl b~ l- vl~ l- vl~': '33300', # includes taus!
6  't t~ W- > b j j b~ l- vl~ l- vl~': '33300', # additionally need to set the "samesignleptons" parameter
7  't t~ W- > undecayed' : '0',
8 }

Definition at line 13 of file ttWm_EW.py.

◆ logger

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

Get handle to Athena logging.

Definition at line 7 of file ttWm_EW.py.