ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makePlots.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makePlots.py (file contents):
Revision 1.25 by lantonel, Wed Mar 27 12:58:37 2013 UTC vs.
Revision 1.26 by lantonel, Wed Mar 27 14:01:36 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines