Skip to content

Commit

Permalink
Merge pull request #87 from blinkseb/7415
Browse files Browse the repository at this point in the history
Move to CMSSW 7.4.15
  • Loading branch information
swertz committed Oct 18, 2015
2 parents 1f27973 + 5d87eed commit 662d269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMSSW.release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CMSSW_7_4_13
CMSSW_7_4_15
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Common framework for all cp3-llbb analyses

## CMSSW release

**CMSSW 7.4.13**
**CMSSW 7.4.15**

## First time setup instructions

```bash
source /nfs/soft/grid/ui_sl6/setup/grid-env.sh
source /cvmfs/cms.cern.ch/cmsset_default.sh
export SCRAM_ARCH=slc6_amd64_gcc491
cmsrel CMSSW_7_4_13
cd CMSSW_7_4_13/src
cmsrel CMSSW_7_4_15
cd CMSSW_7_4_15/src
cmsenv

git cms-init
Expand All @@ -37,7 +37,7 @@ git clone https://github.com/cms-jet/JetToolbox JMEAnalysis/JetToolbox

# CP3-llbb framework itself
git clone -o upstream git@github.com:blinkseb/TreeWrapper.git cp3_llbb/TreeWrapper
git clone -o upstream git@github.com:cp3-llbb/Framework.git cp3_llbb/Framework
git clone -b CMSSW_7_4_12p -o upstream git@github.com:cp3-llbb/Framework.git cp3_llbb/Framework

cd ${CMSSW_BASE}/src
scram b -j 4
Expand Down

0 comments on commit 662d269

Please sign in to comment.