ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/SampleClass.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/SampleClass.C (file contents):
Revision 1.17 by buchmann, Thu Sep 8 15:20:56 2011 UTC vs.
Revision 1.18 by buchmann, Thu Sep 8 15:22:42 2011 UTC

# Line 125 | Line 125 | bool doesROOTFileExist(string filename)
125  
126   TCut essentialcut("mll>0");
127   // This will reweight all the events: use "weight" to correct MC for pileUP, "1.0" otherwise
128 < TCut cutWeight("1.0");
128 > TCut cutWeight("weight");
129  
130   void setessentialcut(TCut ess) {
131    essentialcut=ess;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines