Skip to content

Framework for analysis of events with 6 bs in the final state.

Notifications You must be signed in to change notification settings

srosenzweig09/sixb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

1. Preparing conda environment

  1. Download miniconda3 (Linux-x86-64 to your favorite remote workspace. From the command line you can run:
    wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
  2. Run miniconda installer using command
    bash Miniconda3-latest-Linux-x86_64.sh
    Note: You may need to specify where to install. For instance, I work in EOS storage area accessed through LXPLUS so I must specify to save installation and environments in /eos/user/s/srosenzw/
  3. Create a conda environment (documentation) using
    conda create --name sixb or use the base environment conda activate base
  4. Some packages will require included a new source
    conda config --append channels conda-forge
  5. Install the packages contained in sixb-spec.txt using the command
    conda create --name sixb --file spec-file.txt
  6. Recommended: Clone and add modules/ to your python path using
    conda develop modules

2. From Gen Productions to Sensitivities

1. Generate gridpacks

2. Hadronize and Simulate Detector Response

3. Run skims

4. Generate Background Estimation Regions

python scripts/skimRegions.py --cfg /path/to/cfg

5. Run Combine

See HiggsAnalysis-CombinedLimit

About

Framework for analysis of events with 6 bs in the final state.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages