Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rkansal47/HHbbVV into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Sep 12, 2023
2 parents 4520d79 + 46c84c3 commit 8dcb8a4
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 96 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto approve

on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'pre-commit-ci[bot]'
steps:
- uses: hmarr/auto-approve-action@v3
with:
review-message: "Auto approved automated PR"
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black-jupyter
args: [--line-length=100]
11 changes: 9 additions & 2 deletions src/HHbbVV/postprocessing/PostProcessVBF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,15 @@
" # ShapeVar(var=\"DijetPt\", label=r\"$p_T^{jj}$ (GeV)\", bins=[30, 0, 750]),\n",
" # ShapeVar(var=\"DijetMass\", label=r\"$m^{jj}$ (GeV)\", bins=[30, 600, 4000]),\n",
" # ShapeVar(var=\"bbFatJetEta\", label=r\"$\\eta^{bb}$\", bins=[30, -2.4, 2.4]),\n",
" ShapeVar(var=\"bbFatJetPt\", label=r\"$p^{bb}_T$ (GeV)\", bins=[30, 300, 1500], significance_dir=\"right\"),\n",
" ShapeVar(var=\"bbFatJetParticleNetMass\", label=r\"$m^{bb}_{reg}$ (GeV)\", bins=[20, 50, 250], significance_dir=\"bin\"),\n",
" ShapeVar(\n",
" var=\"bbFatJetPt\", label=r\"$p^{bb}_T$ (GeV)\", bins=[30, 300, 1500], significance_dir=\"right\"\n",
" ),\n",
" ShapeVar(\n",
" var=\"bbFatJetParticleNetMass\",\n",
" label=r\"$m^{bb}_{reg}$ (GeV)\",\n",
" bins=[20, 50, 250],\n",
" significance_dir=\"bin\",\n",
" ),\n",
" # ShapeVar(var=\"bbFatJetMsd\", label=r\"$m^{bb}_{msd}$ (GeV)\", bins=[50, 0, 300]),\n",
" # ShapeVar(var=\"bbFatJetParticleNetMD_Txbb\", label=r\"$T^{bb}_{Xbb}$\", bins=[50, 0.8, 1]),\n",
" # ShapeVar(var=\"VVFatJetEta\", label=r\"$\\eta^{VV}$\", bins=[30, -2.4, 2.4]),\n",
Expand Down
Loading

0 comments on commit 8dcb8a4

Please sign in to comment.