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

Comparing UserCode/OSUT3Analysis/Configuration/python/processingUtilities.py (file contents):
Revision 1.16 by ahart, Wed May 1 19:48:28 2013 UTC vs.
Revision 1.17 by ahart, Tue May 14 19:46:47 2013 UTC

# Line 129 | Line 129 | def add_stops (options, masses, ctaus, b
129                  options['types'][bottomDatasetName] = "signalMC"
130                  options['types'][topDatasetName] = "signalMC"
131                  options['types'][mixedDatasetName] = "signalMC"
132 <                options['labels'][datasetName] = str (mass) + " GeV stop, (" + str (ctau) + "mm)"
133 <                options['labels'][bottomDatasetName] = "#tilde{t}#tilde{t}#rightarrowbbll (" + str (ctau) + "mm)"
134 <                options['labels'][topDatasetName] = "#tilde{t}#tilde{t}#rightarrowtt#nu#nu (" + str (ctau) + "mm)"
135 <                options['labels'][mixedDatasetName] = "#tilde{t}#tilde{t}#rightarrowbtl#nu (" + str (ctau) + "mm)"
132 >                options['labels'][datasetName] = str (mass) + " GeV stop (#LTc#tau#GT = " + str (ctau) + " mm)"
133 >                options['labels'][bottomDatasetName] = "#tilde{t}#tilde{t}#rightarrowbbll (#LTc#tau#GT = " + str (ctau) + " mm)"
134 >                options['labels'][topDatasetName] = "#tilde{t}#tilde{t}#rightarrowtt#nu#nu (#LTc#tau#GT = " + str (ctau) + " mm)"
135 >                options['labels'][mixedDatasetName] = "#tilde{t}#tilde{t}#rightarrowbtl#nu (#LTc#tau#GT = " + str (ctau) + " mm)"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines