# | Line 297 | Line 297 | void PeakError(TTree *events,float &resu | |
---|---|---|
297 | } | |
298 | if(TMath::Abs(rescent-resup)>TMath::Abs(rescent-resdown)) result=(TMath::Abs(rescent-resup)/(float)rescent); | |
299 | else result=(TMath::Abs(rescent-resdown)/(float)rescent); | |
300 | < | cout << " " << result << endl; |
300 | > | if(!automatized) cout << " " << result << endl; |
301 | } | |
302 | ||
303 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |