# select cmssw environment
## 2015 (bash syntax)
export SCRAM_ARCH=slc6_amd64_gcc493
export CMSSW_VERSION=CMSSW_7_6_4
## 2016 + 2017 (tcsh syntax)
setenv SCRAM_ARCH slc6_amd64_gcc630
setenv CMSSW_VERSION CMSSW_9_4_13
## 2018 (bash syntax)
export SCRAM_ARCH=slc6_amd64_gcc700
export CMSSW_VERSION=CMSSW_10_2_16
# setup cmssw release
cmsrel $CMSSW_VERSION
cd $CMSSW_BASE/src
cmsenv
# clone repository
git clone [email protected]:cms-exotica-diphotons/diphoton-analysis
# compile code
cd diphoton-analysis
scram b -j 8
forked from cms-exotica-diphotons/diphoton-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
christopheralanwest/diphoton-analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 61.5%
- C 19.2%
- Python 19.0%
- Shell 0.3%