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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/SUSYScan.C (file contents):
Revision 1.18 by buchmann, Fri Aug 19 16:21:52 2011 UTC vs.
Revision 1.19 by buchmann, Fri Aug 19 17:05:20 2011 UTC

# Line 253 | Line 253 | cout << "FILE USED: " << (scansample.col
253      {
254        ipoint++;
255        if(!runninglocally&&!do_this_point(ipoint,Npoints,jobnumber,njobs)) continue;
256 <      float result,resulterr;
256 >      float result=-987,resulterr=-987;
257        stringstream addcut;
258        addcut << "(TMath::Abs("<<massgluname<<"-"<<mglu<<")<5)&&(TMath::Abs("<<massLSPname<<"-"<<mlsp<<")<5)";
259        (scansample.collection)[0].events->Draw("eventNum",addcut.str().c_str(),"goff");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines