No description, website, or topics provided.
C++ C Python Shell
Switch branches/tags
Nothing to show
Pull request Compare This branch is 7 commits ahead of cms-exotica-diphotons:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
CommonClasses/interface
DiphotonAnalysis
ExoDiPhotonAnalyzer
ExoDiPhotonFakeRateAnalyzer
ExoDiPhotonMCFakeRateClosureTestAnalyzer
ExoDiPhotonMCFakeRateRealTemplateAnalyzer
ExoDiPhotonRSGSignalAnalyzer
FakeRateAnalysis
Tools
TriphotonAnalysis
TriphotonAnalyzer
TriphotonAnalyzerTest
.gitignore
README.md
crab_cfg_DiPhotonJets_MGG-80toInf_13TeV_amcatnloFXFX_pythia8_RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6-v1.py

README.md

EXO DiPhoton Analysis Code

To build

# select cmssw environment
## 2015 (bash syntax)
export SCRAM_ARCH=slc6_amd64_gcc493  
export CMSSW_VERSION=CMSSW_7_6_4 
## 2016 (tcsh syntax)
setenv SCRAM_ARCH slc6_amd64_gcc530  
setenv CMSSW_VERSION CMSSW_8_0_25  

# setup cmssw release
cmsrel $CMSSW_VERSION  
cd $CMSSW_BASE/src  
cmsenv  

# clone repository
git clone git@github.com:cms-exotica-diphotons/diphoton-analysis  

# compile code
cd diphoton-analysis  
scram b -j 16