Skip to content

Commit

Permalink
corrected csv dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Oct 21, 2024
1 parent 9d86b4a commit 7641c77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ implemented_observables:
operation: 'null'
FK_tables:
- - ATLAS_DY_7TEV_LOMASS_EXT
data_uncertainties: []
data_uncertainties:
- uncertainties.yaml
variants:
legacy:
data_uncertainties:
- uncertainties_legacy_M.yaml
data_central: data_legacy_M.yaml
data_central: data.yaml
ported_from: ATLASLOMASSDY11EXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Mlow, Mhigh,y,stat,sys_reco,sys_trig,sys_iso,sys_mjet,sys_pTsc,sys_res,sys_MC,lumi
12.0,17,12.41,0.52122,2.5,4.0,11.3,-3.0,-0.2,0.5,0.6,3.5
17.0,22.0,22.57,0.69967,1.4,3.7,11.3,-2.8,0.1,0.3,0.3,3.5
22.0,28.0,14.64,0.48312,0.9,3.6,8.5,-1.8,0.0,0.4,0.4,3.5
28.0,36.0,6.73,0.26920,0.7,3.6,6.2,-1.6,-0.1,0.4,0.4,3.5
36.0,46.0,2.81,0.14612,0.7,3.6,4.2,-1.3,-0.1,0.5,0.5,3.5
46.0,66.0,1.27,0.05969,0.6,3.6,3.6,-0.7,0.0,0.5,0.5,3.5
22.0,28.0,14.64,0.48312,0.9,3.6,8.5,-1.8,0.0,0.1,0.4,3.5
28.0,36.0,6.73,0.26920,0.7,3.6,6.2,-1.6,-0.1,0.2,0.4,3.5
36.0,46.0,2.81,0.14612,0.7,3.6,4.2,-1.3,-0.1,0.1,0.5,3.5
46.0,66.0,1.27,0.05969,0.6,3.6,3.6,-0.7,0.0,0.1,0.5,3.5
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bins:
sys_iso: 1244.4
sys_mjet: -263.52
sys_pTsc: 0.0
sys_res: 58.56
sys_res: 14.64
sys_MC: 58.56
lumi: 512.4
- stat: 18.11716
Expand All @@ -69,7 +69,7 @@ bins:
sys_iso: 417.26
sys_mjet: -107.68
sys_pTsc: -6.73
sys_res: 26.92
sys_res: 13.46
sys_MC: 26.92
lumi: 235.55
- stat: 4.1059719999999995
Expand All @@ -78,7 +78,7 @@ bins:
sys_iso: 118.02
sys_mjet: -36.53
sys_pTsc: -2.81
sys_res: 14.05
sys_res: 2.81
sys_MC: 14.05
lumi: 98.35
- stat: 0.7580629999999999
Expand All @@ -87,6 +87,6 @@ bins:
sys_iso: 45.72
sys_mjet: -8.89
sys_pTsc: 0.0
sys_res: 6.35
sys_res: 1.27
sys_MC: 6.35
lumi: 44.45

0 comments on commit 7641c77

Please sign in to comment.