diff --git a/triggers/lumi/2017/HLT_AK4PFJet_FSQ.info b/triggers/lumi/2017/HLT_AK4PFJet_FSQ.info
new file mode 100644
index 0000000000000000000000000000000000000000..0f9bafc280c7ae542fd7adca21ba6e92545088e1
--- /dev/null
+++ b/triggers/lumi/2017/HLT_AK4PFJet_FSQ.info
@@ -0,0 +1,5 @@
+30 0.007719284
+50 0.007799372
+80 0.127326962
+100 0.271713644
+120 0.458938666
diff --git a/triggers/lumi/README.md b/triggers/lumi/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e63b10e265e26bdf9231432995972892ffb7fd04
--- /dev/null
+++ b/triggers/lumi/README.md
@@ -0,0 +1,16 @@
+# Trigger lumi
+The `Triggerlumi.info` are used to normalise the data samples to the luminosity. 
+More technically, can be used by `getTriggerCurves`, `getTriggerTurnons` and `applyDataNormalisation`.
+
+These trigger thresholds was produced by `brilcalc`.
+
+## Example
+Command use:
+```
+brilcalc lumi --normtag /cvmfs/cms-bril.cern.ch/cms-lumi-pog/Normtags/normtag_PHYSICS.json -u /pb -i processedLumis.json --hltpath HLT_AK4PFJet30_v*
+```
+
+Here the `processedLumis.json` is the sum of all FSQJet samples' `processedLumis.json` files.
+The `processedLumis.json` was obtained by running `crab report` on the crab output directory for each era.
+
+[BrilcalcQuickStart](https://twiki.cern.ch/twiki/bin/view/CMS/BrilcalcQuickStart)