Skip to content

cms-ttH/ttH-Limits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limit Setting Tools

Setup

In your CMSSW (release 6.1.1 or higher) area, use

cd $CMSSW_BASE/src
addpkg HiggsAnalysis/CombinedLimit V03-01-08
mkdir -p ttH
git clone https://github.com/cms-ttH/ttH-Limits.git ttH/Limits
# using https
git clone https://gitlab.cern.ch/cms-ttH/ttH-Limits-data.git ttH/Limits/data
# using kerberos
git clone https://:@gitlab.cern.ch:8443/cms-ttH/ttH-Limits-data.git ttH/Limits/data
scram b -j32

The latter two git commands clone our limit data repository, which has restricted access. These steps may be changed to use a submodule at a later point.

Notes

Reducing H → gg filesizes

After running scram, run reduce_gamma_filesize in.root out.root to reduce the filesize of the gamma files to an acceptable level.

Useful Links