Skip to content
Jason Gran edited this page Mar 6, 2014 · 2 revisions

Used for fixing the PFTau sequence in CMSSW_7_0_0.

How to get started

export SCRAM_ARCH=slc5_amd64_gcc481
cmsrel CMSSW_7_0_0
cd CMSSW_7_0_0/src
cmsenv
git clone https://github.com/cmstas/NtupleMaker CMS2/NtupleMaker
cd CMS2/NtupleMaker
git checkout 700pre12_to_700
source setup/patchesToSource.sh
cd $CMSSW_BASE/src
scram b -j20

Running

There is a small ttbar sample produced with CMSSW_7_0_0 to use for testing on the uaf. To run on this sample do:

cmsRun test/Slim_MCProduction2012_NoFilter_cfg.py

Pushing changes

git add filename
git commit -m "your commit message"
git push

You can find more info about using git here.