ATLAS Offline Software
Namespaces | Variables
compute_lumi.py File Reference

Go to the source code of this file.

Namespaces

 compute_lumi
 

Variables

 compute_lumi.format
 
 compute_lumi.level
 
int compute_lumi.BINWIDTH = 5
 
float compute_lumi.ZPURITYFACTOR = 0.9935
 
float compute_lumi.ZXSEC = 1.929
 
float compute_lumi.ZATIMESC = 0.29632
 
 compute_lumi.fin = ROOT.TFile.Open(sys.argv[1])
 
 compute_lumi.runname = None
 
 compute_lumi.z_m = fin.Get('%s/GLOBAL/DQTGlobalWZFinder/m_Z_Counter_mu' % runname)
 
 compute_lumi.lb_length = fin.Get('%s/GLOBAL/DQTGlobalWZFinder/m_lblength_lb' % runname)
 
 compute_lumi.lbmin
 
 compute_lumi.lbmax
 
 compute_lumi.livetime = ROOT.TProfile('livetime', 'Livetime', int(lbmax-lbmin), lbmin, lbmax)
 
 compute_lumi.official_lum = ROOT.TProfile('official_lum', 'official integrated luminosity', int(lbmax-lbmin), lbmin, lbmax)
 
 compute_lumi.official_lum_zero = ROOT.TProfile('official_lum_zero', 'official inst luminosity', int(lbmax-lbmin), lbmin, lbmax)
 
 compute_lumi.lblb = fetch_iovs("LBLB", runs=int(runname[4:]))
 
 compute_lumi.lbtime = inverse_lblb(lblb)
 
 compute_lumi.iovs_acct = fetch_iovs('COOLOFL_TRIGGER::/TRIGGER/OFLLUMI/LumiAccounting', lbtime.first.since, lbtime.last.until, tag='OflLumiAcct-13TeV-004')
 
 compute_lumi.divisor = lb_length.Clone('divisor').ProjectionX()
 
 compute_lumi.px = livetime.ProjectionX()
 
tuple compute_lumi.nrebinned_bins = ((lbmax-lbmin) // BINWIDTH) + 1
 
 compute_lumi.lumiplot_m
 
 compute_lumi.xsec_m
 
 compute_lumi.lumiplot_raw_m
 
 compute_lumi.num_m
 
 compute_lumi.lum
 
 compute_lumi.denom
 
 compute_lumi.ribin = int(ibin // BINWIDTH)
 
 compute_lumi.leg = ROOT.TLegend(0.6, 0.75, 0.89, 0.88)