# | Line 375 | Line 375 | for channel in channels: # loop over fin | |
---|---|---|
375 | Canvas.Write() | |
376 | ||
377 | ||
378 | < | if re.match ('TH2', key.GetClassName()): # plot a 2-D histogram |
378 | > | if re.match ('TH2', key.GetClassName()) and arguments.draw2DPlots: # plot a 2-D histogram |
379 | ||
380 | numBgMCSamples = 0 | |
381 | numDataSamples = 0 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |