# | Line 184 | Line 184 | for channel in channels: # loop over fin | |
---|---|---|
184 | BgMCLegend.AddEntry(Histogram,labels[sample],"LEP") | |
185 | DataHistograms.append(Histogram) | |
186 | ||
187 | < | if dataIntegral is not 0 and backgroundIntegral is not 0: |
187 | > | if dataIntegral > 0 and backgroundIntegral > 0: |
188 | scaleFactor = dataIntegral/backgroundIntegral | |
189 | for bgMCHist in BgMCHistograms: | |
190 | if options.normalize: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |