ATLAS Offline Software
Namespaces | Functions | Variables
yearwise_luminosity.py File Reference

Go to the source code of this file.

Namespaces

 plotting.yearwise_luminosity
 

Functions

def plotting.yearwise_luminosity.main ()
 
def plotting.yearwise_luminosity.channel_comparison (years)
 
def plotting.yearwise_luminosity.zcounting_vs_atlas (channel, years)
 
def plotting.yearwise_luminosity.local_fit (tg, start, end, year)
 

Variables

 plotting.yearwise_luminosity.parser = argparse.ArgumentParser()
 
 plotting.yearwise_luminosity.type
 
 plotting.yearwise_luminosity.str
 
 plotting.yearwise_luminosity.help
 
 plotting.yearwise_luminosity.action
 
 plotting.yearwise_luminosity.args = parser.parse_args()
 
 plotting.yearwise_luminosity.year = args.year
 
 plotting.yearwise_luminosity.channel = args.channel
 
 plotting.yearwise_luminosity.absolute = args.absolute
 
 plotting.yearwise_luminosity.indir = args.indir
 
 plotting.yearwise_luminosity.outdir = args.outdir
 
 plotting.yearwise_luminosity.dir_2022 = args.dir_2022
 
 plotting.yearwise_luminosity.dir_2023 = args.dir_2023
 
list plotting.yearwise_luminosity.years = ["22", "23"]
 
string plotting.yearwise_luminosity.out_tag = "_run3"
 
string plotting.yearwise_luminosity.time_format = "%m/%y"
 
 plotting.yearwise_luminosity.ymin
 
 plotting.yearwise_luminosity.ymax
 
string plotting.yearwise_luminosity.xtitle = 'Month / Year'
 
string plotting.yearwise_luminosity.date_tag = "Run 3, #sqrt{s} = 13.6 TeV"
 
string plotting.yearwise_luminosity.norm_type = "Run3"
 
float plotting.yearwise_luminosity.xval = 0.25
 
float plotting.yearwise_luminosity.yval = 0.85
 
int plotting.yearwise_luminosity.set_size = 1
 
string plotting.yearwise_luminosity.zstring = "Z #rightarrow ee counting"
 
string plotting.yearwise_luminosity.ytitle = 'L_{Z #rightarrow ee}/L_{ATLAS}'
 
string plotting.yearwise_luminosity.leg_entry = "L_{Z #rightarrow ee}"