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

Go to the source code of this file.

Namespaces

 plotting.yearwise_efficiency
 

Functions

def plotting.yearwise_efficiency.main ()
 
def plotting.yearwise_efficiency.plot_efficiency_comb (channel, years)
 
def plotting.yearwise_efficiency.plot_efficiency (channel, years)
 

Variables

 plotting.yearwise_efficiency.parser = argparse.ArgumentParser()
 
 plotting.yearwise_efficiency.type
 
 plotting.yearwise_efficiency.str
 
 plotting.yearwise_efficiency.help
 
 plotting.yearwise_efficiency.args = parser.parse_args()
 
 plotting.yearwise_efficiency.year = args.year
 
 plotting.yearwise_efficiency.channel = args.channel
 
 plotting.yearwise_efficiency.indir = args.indir
 
 plotting.yearwise_efficiency.outdir = args.outdir
 
list plotting.yearwise_efficiency.years = ["22", "23", "24"]
 
string plotting.yearwise_efficiency.out_tag = "run3"
 
string plotting.yearwise_efficiency.time_format = "%m/%y"
 
string plotting.yearwise_efficiency.xtitle = 'Month / Year'
 
string plotting.yearwise_efficiency.date_tag = "Run 3, #sqrt{s} = 13.6 TeV"
 
int plotting.yearwise_efficiency.labelsize = 44