ATLAS Offline Software
Variables
04Plot Namespace Reference

Variables

int integratedLuminosity = 1.
 
bool dilepton = True
 
list stack
 
list channels = ['ejets', 'mujets']
 
 p = TopExamples.plot.Plotter('index.html', stack, integratedLuminosity)
 

Variable Documentation

◆ channels

list 04Plot.channels = ['ejets', 'mujets']

Definition at line 17 of file 04Plot.py.

◆ dilepton

bool 04Plot.dilepton = True

Definition at line 8 of file 04Plot.py.

◆ integratedLuminosity

int 04Plot.integratedLuminosity = 1.

Definition at line 7 of file 04Plot.py.

◆ p

Definition at line 21 of file 04Plot.py.

◆ stack

list 04Plot.stack
Initial value:
1 = [
2  TopExamples.plot.Proc('test1/Data15.root', ROOT.kBlack, 'Data', False),
3  TopExamples.plot.Proc('test1/13TeV_FS_ttbar_PowhegPythiaEvtGen.root', ROOT.kRed, 'Powheg+Pythia t#bar{t}'),
4 # TopExamples.plot.Proc('test1/147770.Sherpa_CT10_Zee.e1434_s1933_s1911_r5591_r5625.22_08_1_output.root', ROOT.kBlue, 'Sherpa Zee'),
5 # TopExamples.plot.Proc('test1/147771.Sherpa_CT10_Zmumu.e1434_s1933_s1911_r5591_r5625.22_08_1_output.root', ROOT.kGreen, 'Sherpa Zmumu'),
6 ]

Definition at line 10 of file 04Plot.py.