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

Comparing UserCode/cbrown/Development/Plotting/Modules/SampleClass.C (file contents):
Revision 1.9 by buchmann, Tue Jun 5 09:18:29 2012 UTC vs.
Revision 1.10 by buchmann, Mon Jun 25 11:57:35 2012 UTC

# Line 362 | Line 362 | TH2F* samplecollection::Draw(string m_hi
362    float binningarray[binningx.size()+1];
363    float binningyarray[binningy.size()+1];
364    for(int i=0;i<(int)binningx.size();i++) {binningarray[i]=binningx[i];binningyarray[i]=binningy[i];}
365 <  TH2F *histo = new TH2F(m_histoname.c_str(),"",binningx.size()-1,binningarray,binningy.size(),binningyarray);
365 >  TH2F *histo = new TH2F(m_histoname.c_str(),"",binningx.size()-1,binningarray,binningy.size()-1,binningyarray);
366    histo->Sumw2();
367    
368    stringstream drawthis;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines