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.7 by buchmann, Wed May 23 15:13:17 2012 UTC vs.
Revision 1.8 by buchmann, Wed May 23 16:01:42 2012 UTC

# Line 107 | Line 107 | sample::sample(string m_filename, string
107        this->Nentries=measured_nevents;
108      }
109      this->weight=(xs/(float)Nentries);
110    TH1F *weight_histo = (TH1F*)(this->tfile)->Get("weight_histo");
110      this->weight/=average_weight;
111    }
112    else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines