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

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makeCutFlows.py (file contents):
Revision 1.15 by ahart, Tue Apr 9 21:42:18 2013 UTC vs.
Revision 1.16 by lantonel, Tue May 7 11:48:49 2013 UTC

# Line 124 | Line 124 | for channel in channels: # loop over fin
124              cutFlowArgs = cutFlowArgs + " " + dataset_file
125              selectionArgs = selectionArgs + " " + dataset_file
126              minusOneArgs = minusOneArgs + " " + dataset_file
127 <            cutFlowArgs = cutFlowArgs + " " + channel + "CutFlow"
128 <            selectionArgs = selectionArgs + " " + channel + "Selection"
129 <            minusOneArgs = minusOneArgs + " " + channel + "MinusOne"
127 >            cutFlowArgs = cutFlowArgs + " '" + channel + "CutFlow'"
128 >            selectionArgs = selectionArgs + " '" + channel + "Selection'"
129 >            minusOneArgs = minusOneArgs + " '" + channel + "MinusOne'"
130  
131              rawlabel = "$" + labels[dataset] + "$"
132              label = rawlabel.replace("#","\\")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines