@enocera, There is a bug in line 201 of buildmaster/filters/ATLAS_2JET_7TEV_R06.cc `fSys[i][133].mult = sys1;` should be replaced with `fSys[i][133].mult = sys;` This has an impact on the covariance matrix.
@enocera, There is a bug in line 201 of buildmaster/filters/ATLAS_2JET_7TEV_R06.cc
fSys[i][133].mult = sys1;should be replaced withfSys[i][133].mult = sys;This has an impact on the covariance matrix.