Mark Nestor Costantini
Mark Nestor Costantini
(Is rebased on #2076 ) This PR addresses #2058 Main modifications: - removed `load_commondata` method from LagrangeSetSpec(DataSetSpec) so that it is directly inherited from `DataSetSpec` where cuts are loaded (before...
The scope of this PR is to (try to) polish the new implementation of the legacy jet datasets, namely, CMS_2JET_7TEV, CMS_1JET_8TEV, ATLAS_1JET_8TEV_R06, ATLAS_2JET_7TEV_R06. What the PR does: 1. Adds a...
Here we collect new functions and template that allow the analysis of multiclosure tests. @comane @giovannidecrescenzo @mariaubiali @andreab1997
The purpose of this PR is to study the effects of introducing data inconsistencies within a Closure Test.
Hi @enocera , @cschwan I am looking at this dataset: ATLAS_DY_7TEV_CC, and in particular at the 66-116 GeV (central) region. **Problem**: It seems that the "QCD" k-factor that we have...
@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.
The internal loader for a multiclosure test returns a data class object rather than a 4-D tuple. This could be useful, for instance, when having to adapt or generalise for...
Add documentation on inconsistent multiclosure test analysis in Tutorials > Closure Tests
Multiclosure test module need to be polished as several functions are either obsolete or unused