Newer
Older
# 2DAlphabet
2DAlphabet - A framework for performing 2D binned-likelihood fits with one background source derived from a parametric transfer function.
The `master` branch of 2DAlphabet is built for el9, corresponding to the following clusters:
* FNAL LPC: `cmslpc-el9.fnal.gov`
* CERN LXPLUS: `lxplus9.cern.ch`
cmsrel CMSSW_14_1_0_pre4
cd CMSSW_14_1_0_pre4/src
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit
git fetch origin
git clone --branch CMSWW_14_1_0_pre4 git@github.com:JHU-Tools/CombineHarvester.git
source twoD-env/bin/activate
cd 2DAlphabet/
python setup.py develop
```