Skip to content

Commit

Permalink
Added CDFZRAP_NEW data set
Browse files Browse the repository at this point in the history
  • Loading branch information
enocera committed Jan 24, 2021
1 parent 36cb462 commit 9429207
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions db/apfelcomb.dat
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ INSERT INTO app_subgrids VALUES(450,'CMSDY2D11','CMSDY2D11-BIN5_rapidity.root',-
INSERT INTO app_subgrids VALUES(460,'CMSDY2D11','CMSDY2D11-BIN6_rapidity.root',-1,0,1,0,'1 1 1 1 1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(480,'TTBARTOT','ttbar-xsectot-7tev.root',-1,0,0,0,'1','*:4,N:14.0');
INSERT INTO app_subgrids VALUES(490,'TTBARTOT','ttbar-xsectot-8tev.root',-1,0,0,0,'1','*:2,N:14.0');
INSERT INTO app_subgrids VALUES(500,'CDFZRAP','CDF_ZRAP_MCgrid_500M.root',-1,0,0,0,'1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(500,'CDFZRAP','CDF_ZRAP_MCgrid_500M_last_two_bins_combined.root',-1,0,0,0,'1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(501,'CDFZRAP_NEW','CDF_ZRAP_MCgrid_500M.root',-1,0,0,0,'1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0',NULL);
INSERT INTO app_subgrids VALUES(510,'D0ZRAP','D0_ZRAP_MCgrid_500M.root',-1,0,0,0,'1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(520,'D0ZRAP_TOT','D0_ZNORM_MCgrid_500M.root',-1,0,0,0,'1','*:28');
INSERT INTO app_subgrids VALUES(530,'LHCBZEE2FB','LHCBZERAP11_y34.root',-1,0,1,0,'1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1',NULL);
Expand Down Expand Up @@ -482,6 +483,9 @@ INSERT INTO app_subgrids VALUES(2056,'CMS_Z_13TEV_DIFF_ZPT_2M','CMS_Z_13TEV_ptZ.
INSERT INTO app_subgrids VALUES(2057,'CMS_Z_13TEV_DIFF_ZRAP_2E','CMS_Z_13TEV_yZ.root',-1,0,1,0,'1 1 1 1 1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(2058,'CMS_Z_13TEV_DIFF_ZRAP_2M','CMS_Z_13TEV_yZ.root',-1,0,1,0,'1 1 1 1 1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(2059,'ATLAS_TTBARTOT_13TEV_FULLLUMI','TOPDIFF13TEVTOT.root',-1,0,0,0,'1',NULL);
INSERT INTO app_subgrids VALUES(2060,'ATLAS_TTB_DIFF_8TEV_LJ_TPT','TOPDIFF8TEVTPT.root',-1,0,0,0,'1 1 1 1 1 1 1 1',NULL);
INSERT INTO app_subgrids VALUES(2061,'ATLAS_TTB_DIFF_8TEV_LJ_TTM','TOPDIFF8TEVTTM.root',-1,0,0,0,'1 1 1 1 1 1 1',NULL);


CREATE TABLE IF NOT EXISTS "dis_subgrids" (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
Expand Down Expand Up @@ -941,10 +945,13 @@ INSERT INTO grids VALUES(317,'EIC_NC_EMD_28_OPT','EIC_NC_EMD_28_OPT','EIC pseudo
INSERT INTO grids VALUES(318,'EIC_NC_EPD_88_OPT','EIC_NC_EPD_88_OPT','EIC pseudodata NC 88 GeV e+d optimistic',50,0,'DIS');
INSERT INTO grids VALUES(319,'EIC_NC_EPD_66_OPT','EIC_NC_EPD_66_OPT','EIC pseudodata NC 66 GeV e+d optimistic',50,0,'DIS');
INSERT INTO grids VALUES(320,'EIC_NC_EPD_28_OPT','EIC_NC_EPD_28_OPT','EIC pseudodata NC 28 GeV e+d optimistic',50,0,'DIS');
INSERT INTO grids VALUES(321,'ATLAS_TTB_DIFF_8TEV_LJ_TPT','ATLAS_TTB_DIFF_8TEV_LJ_TPT','ATLAS top transverse momentum distribution',30,0,'APP');
INSERT INTO grids VALUES(322,'ATLAS_TTB_DIFF_8TEV_LJ_TTM','ATLAS_TTB_DIFF_8TEV_LJ_TTM','ATLAS top pair mass distribution',30,0,'APP');
INSERT INTO grids VALUES(323,'CDFZRAP_NEW','CDFZRAP_NEW','CDF Z Rapidity (new)',40,0,'APP');

DELETE FROM sqlite_sequence;
INSERT INTO sqlite_sequence VALUES('dis_subgrids',95);
INSERT INTO sqlite_sequence VALUES('dyp_subgrids',23);
INSERT INTO sqlite_sequence VALUES('grids',320);
INSERT INTO sqlite_sequence VALUES('grids',323);

COMMIT;

0 comments on commit 9429207

Please sign in to comment.