Skip to content
Snippets Groups Projects
Unverified Commit 627154f5 authored by Amitav Mitra's avatar Amitav Mitra Committed by GitHub
Browse files

Update README.md

parent 8bf77275
No related branches found
No related tags found
No related merge requests found
Pipeline #7743362 passed with stage
in 11 seconds
# 2DAlphabet
2DAlphabet - A framework for performing 2D binned-likelihood fits with one background source derived from a parametric transfer function.
# Installation instructions
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
......@@ -9,11 +14,9 @@ git fetch origin
git checkout v10.0.1
cd ../../
git clone --branch CMSWW_14_1_0_pre4 git@github.com:JHU-Tools/CombineHarvester.git
cd CombineHarvester/
cd ..
scramv1 b clean
scramv1 b -j 16
git clone --branch el9_debug git@github.com:JHU-Tools/2DAlphabet.git
git clone git@github.com:JHU-Tools/2DAlphabet.git
python3 -m virtualenv twoD-env
source twoD-env/bin/activate
cd 2DAlphabet/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment