Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 951 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 951 Bytes

Currently the master branch is meant to work with CMSSW 80X. Git branches exist to run over ntuples made with older versions of CMSSW.

This repository is used to produce babies, and analyze babies for the Z+MET analysis. Follow these steps to check out and compile the baby maker:

source /code/osgcode/cmssoft/cmsset_default.sh > /dev/null 2>&1
export SCRAM_ARCH=slc6_amd64_gcc530
cmsrel CMSSW_8_0_22
cd CMSSW_8_0_22
cmsenv
ANALYSIS_TAG=V08-22-02
git clone [email protected]:cmstas/ZMET2016.git $ANALYSIS_TAG
cd $ANALYSIS_TAG
git checkout $ANALYSIS_TAG
git clone [email protected]:cmstas/Software.git
cd Software/
git checkout root6
cd ../
git clone [email protected]:cmstas/CORE.git
cd dilepbabymaker
make -j5

Once this is done, run the test command
./dotest.sh

This should make a baby ntuple in your home directory.

Useful commands:

Tagging your code

git tag -a -m 'add a message'

git push --tags