# | 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 { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |