# | Line 35 | Line 35 | class HistoMaker: | |
---|---|---|
35 | theScale = float(self.lumi)*xsec*sf/(0.46502*CountWithPU.GetBinContent(1)+0.53498*CountWithPU2011B.GetBinContent(1))*MC_rescale_factor/float(job.split) | |
36 | elif anaTag == '8TeV': | |
37 | theScale = float(self.lumi)*xsec*sf/(CountWithPU.GetBinContent(1))*MC_rescale_factor/float(job.split) | |
38 | + | input.Close() |
39 | return theScale | |
40 | ||
41 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |