# | Line 58 | Line 58 | namespace jetfit { | |
---|---|---|
58 | ||
59 | struct results { | |
60 | TH2 *hist_rebinned; | |
61 | + | std::vector< double > chisquare; |
62 | std::vector< std::vector<TString> > pars; | |
63 | std::vector< std::vector<double> > pval; | |
64 | std::vector< std::vector<double> > perr; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |