-
Notifications
You must be signed in to change notification settings - Fork 10
700pre12 to 700
Jason Gran edited this page Mar 6, 2014
·
2 revisions
Used for fixing the PFTau sequence in CMSSW_7_0_0.
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
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
git add filename
git commit -m "your commit message"
git push
You can find more info about using git here.