Combine workspace creator for the VBF H(Inv) analysis.
makeWS_percategory.C
is used to create a workspace .root file starting from fast_carpetnetr inputs. It is tailored to create separate naming conventions depending on era/category.
makeWS.C
represents the original version of the code.
all_percategory.txt
represents the original datacard
plot*.py
are plotting macros used to prepare the TF plots.
mkres.sh
script for running the full set of results.
source /afs/cern.ch/user/$U/$USER/miniconda2/etc/profile.d/conda.sh
conda create -n test_datacard_new
conda activate test_datacard_new
git clone ssh://[email protected]:7999/fast-hep/public/fast-datacard.git
source /cvmfs/sft.cern.ch/lcg/views/LCG_94/x86_64-centos7-gcc8-opt/setup.sh
cd fast-datacard
make install-dev2
cd ..
export PATH=~/.local/bin:$PATH
cd -
Running fast_datacard step (from a clean shell but under the fast-dc virtual environment) - example for all categories:
git clone [email protected]:vukasinmilosevic/makeHinvWS.git
cd makeHinvWS/
## copy outputs of previous steps, normally located at IC under /vols/cms/VBFHinv/
. run_fast_datacard.sh
Following through the analysis steps (fast_carpenter and fast_datacard), in the same directory as fast_datacard
output (reqires setting up combine):
cd test_df_MTR_2017_2020v1/
root
root> .L ../makeWS_percategory.C++
root> makeWS_percategory("2017","MTR")
## Limit steps and datacards now moved to different gitlab area: https://gitlab.cern.ch/cms-hcg/cadi/hig-20-003
##. mkresh.sh