Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 835 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 835 Bytes

CTagTraining

Training and Validation of the CMS charm tagger. This repository is used to make changes to the standalone Scikit-Learn based charm tagger. Not for CMSSW integrated charm tagger. Old TMVA based charm-tagger can be found on legacy branch.

============ Installation

Run the following commands

#create new CMSSW dev area
areaname=WHATEVER
scram pro -n $areaname CMSSW CMSSW_7_6_0_pre7 #or cmsrel CMSSW_7_6_0_pre7
cd $areaname/src
cmsenv
git cms-init
git clone --recursive https://github.com/cms-btv-pog/CTagTraining.git
cd CTagTraining
./install.sh

The install command will install all the necessary CMSSW and python packages (rootpy, scikit-learn, etc..)

When entering the dev area run:

source environment.sh

To activate the customization. Must be run at each login (just like cmsenv)