# | Line 725 | Line 725 | void do_systematics_for_one_file(TTree * | |
---|---|---|
725 | if(fabs(jesup)>fabs(jesdown)) res.push_back(fabs(jesup)); else res.push_back(fabs(jesdown)); | |
726 | if(fabs(scaleup)>fabs(scaledown)) res.push_back(fabs(scaleup)); else res.push_back(fabs(scaledown)); | |
727 | // res.push_back(fabs(resolution)); | |
728 | + | res.push_back(0.0); |
729 | res.push_back(mceff_nosigcont.getValue()); | |
730 | res.push_back(mceff_nosigcont.getError()); | |
731 | if(ismSUGRA) res.push_back(PDFuncert); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |