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

Comparing UserCode/cbrown/Development/Plotting/Modules/Plotting_Functions.C (file contents):
Revision 1.43 by fronga, Mon Jul 30 08:21:48 2012 UTC vs.
Revision 1.44 by buchmann, Tue Jul 31 07:13:06 2012 UTC

# Line 2300 | Line 2300 | float find_one_correction_factor(string
2300    TCanvas *cancorr = new TCanvas("cancorr","Canvas for Response Correction");
2301    cancorr->SetLogz();
2302    cancorr->SetRightMargin(0.13);
2303 <  TCut zptforresponsepresentation(Restrmasscut&&SpecialCut&&passtrig);
2303 >  TCut zptforresponsepresentation(cutmass&&SpecialCut&&passtrig);
2304  
2305    if(PlottingSetup::DoBTag) zptforresponsepresentation=zptforresponsepresentation&&PlottingSetup::bTagRequirement;
2306    TH2F *niceresponseplotd = new TH2F("niceresponseplotd","",100,0,600,100,0,5);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines