Skip to content

HH β†’ bb𝜏𝜏 analysis with CMS

License

Notifications You must be signed in to change notification settings

nprouvost/hh2bbtautau

This branch is up to date with uhh-cms/hh2bbtautau:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a914e5 Β· Feb 12, 2025
Oct 7, 2022
Nov 8, 2023
Feb 12, 2025
Feb 12, 2025
Dec 13, 2024
Feb 7, 2023
Oct 11, 2022
Aug 22, 2022
Jan 20, 2025
May 30, 2024
Jul 10, 2024
Dec 13, 2024
Feb 6, 2025
Jan 24, 2025
Feb 12, 2025
Jan 13, 2025

Repository files navigation

HH β†’ bb𝜏𝜏

Lint and test

Quickstart

A couple test tasks are listed below. They might require a valid voms proxy for accessing input data.

# clone the project
git clone --recursive [email protected]:uhh-cms/hh2bbtautau.git
cd hh2bbtautau

# source the setup and store decisions in .setups/dev.sh (arbitrary name)
source setup.sh dev

# index existing tasks once to enable auto-completion for "law run"
law index --verbose

# run your first task
# (they are all shipped with columnflow and thus have the "cf." prefix)
law run cf.ReduceEvents \
    --version v1 \
    --dataset hh_ggf_bbtautau_madgraph \
    --branch 0

# create a plot
law run cf.PlotVariables1D \
    --version v1 \
    --datasets hh_ggf_bbtautau_madgraph \
    --producers default \
    --variables jet1_pt \
    --categories incl \
    --branch 0

# create a (test) datacard (CMS-style)
law run cf.CreateDatacards \
    --version v1 \
    --producers default \
    --inference-model test \
    --workers 3

Useful commands

Full reduction

law run cf.ReduceEventsWrapper \
    --version prod1 \
    --configs run3_2022_preEE \
    --datasets "*" \
    --shifts "nominal,{tune,hdamp,mtop}_{up,down}" \
    --cf.ReduceEvents-workflow htcondor \
    --cf.ReduceEvents-pilot \
    --cf.ReduceEvents-tasks-per-job 3 \
    --local-scheduler False \
    --workers 6

Useful links

Development

About

HH β†’ bb𝜏𝜏 analysis with CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%