From 894ebe41f40ec5823b0be0efbd28f39c945a0d06 Mon Sep 17 00:00:00 2001
From: Yulei Ye <yulei.ye@cern.ch>
Date: Sat, 9 Mar 2024 15:01:31 +0800
Subject: [PATCH] add low pileup lumi tables

---
 ..._EOY2017ReReco_Collisions17_JSON_LowPU.txt |  1 +
 ..._EOY2017ReReco_Collisions17_JSON_LowPU.txt |  1 +
 ...mptReco_SpecialCollisions18_JSON_LOWPU.txt |  1 +
 Lumi/README.md                                | 32 +++++++++++++++++++
 4 files changed, 35 insertions(+)
 create mode 100644 Lumi/Cert_299996-303819_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
 create mode 100644 Lumi/Cert_306896-307082_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
 create mode 100644 Lumi/Cert_318939-319488_13TeV_PromptReco_SpecialCollisions18_JSON_LOWPU.txt
 create mode 100644 Lumi/README.md

diff --git a/Lumi/Cert_299996-303819_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt b/Lumi/Cert_299996-303819_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
new file mode 100644
index 0000000..936299a
--- /dev/null
+++ b/Lumi/Cert_299996-303819_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
@@ -0,0 +1 @@
+{"299996": [[21, 1143], [1173, 1271]], "300018": [[1, 281]], "300027": [[1, 112]], "300043": [[1, 342]], "300088": [[1, 310]], "303819": [[2, 21], [36, 653]]}
\ No newline at end of file
diff --git a/Lumi/Cert_306896-307082_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt b/Lumi/Cert_306896-307082_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
new file mode 100644
index 0000000..545bfaa
--- /dev/null
+++ b/Lumi/Cert_306896-307082_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
@@ -0,0 +1 @@
+{"306926": [[67, 88]], "306929": [[1, 247]], "306936": [[60, 1448], [1450, 1652]], "307014": [[78, 1245]], "307015": [[1, 397]], "307016": [[1, 317]], "307017": [[1, 761]], "307042": [[62, 573], [575, 575], [577, 577]], "307044": [[1, 86]], "307045": [[1, 17], [19, 50]], "307047": [[1, 526]], "307048": [[1, 191]], "307049": [[1, 24]], "307050": [[1, 320]], "307051": [[1, 513]], "307052": [[1, 24]], "307053": [[1, 57]], "307054": [[1, 62]], "307055": [[1, 878]], "307062": [[1, 795]], "307063": [[1, 230]], "307073": [[67, 388], [845, 938]], "307076": [[1, 620], [622, 1669]], "307082": [[82, 1384]]}
\ No newline at end of file
diff --git a/Lumi/Cert_318939-319488_13TeV_PromptReco_SpecialCollisions18_JSON_LOWPU.txt b/Lumi/Cert_318939-319488_13TeV_PromptReco_SpecialCollisions18_JSON_LOWPU.txt
new file mode 100644
index 0000000..28e73b2
--- /dev/null
+++ b/Lumi/Cert_318939-319488_13TeV_PromptReco_SpecialCollisions18_JSON_LOWPU.txt
@@ -0,0 +1 @@
+{"318939": [[29, 140]], "318945": [[1, 2], [8, 208]], "318953": [[1, 1163]], "319460": [[10, 62]], "319462": [[4, 18]], "319463": [[4, 13]], "319464": [[1, 114]], "319466": [[9, 35]], "319467": [[1, 242]], "319468": [[2, 1101], [1104, 1795]], "319472": [[1, 225]], "319488": [[9, 1089]]}
\ No newline at end of file
diff --git a/Lumi/README.md b/Lumi/README.md
new file mode 100644
index 0000000..ac13b03
--- /dev/null
+++ b/Lumi/README.md
@@ -0,0 +1,32 @@
+# Lumi mask files (a.k.a. Golden JSON files)
+
+## For LowPU data
+
+### 2018
+
+Copied from
+
+```bash
+/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions18/13TeV/PromptReco/Cert_318939-319488_13TeV_PromptReco_SpecialCollisions18_JSON_LOWPU.txt
+```
+
+### 2017C
+
+Copied from
+
+```
+/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions17/13TeV/ReReco/Cert_299996-303819_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
+```
+
+### 2017H
+
+Copied from
+
+```bash
+/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/certification/Collisions17/13TeV/ReReco/Cert_306896-307082_13TeV_EOY2017ReReco_Collisions17_JSON_LowPU.txt
+```
+
+### 2016
+
+Currently, the 2016 lowPU data is not availible.
+
-- 
GitLab