Skip to content

panwarlsweet/Upgrades-VBFAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzer to process PhaseII samples for upgrade studies.

Instructions to check out code and run: Set up CMSSW area:

setenv SCRAM_ARCH slc6_amd64_gcc630
cmsrel CMSSW_9_3_2
cd CMSSW_9_3_2/src
cmsenv

Check out code:

git clone [email protected]:dmajumder/Upgrades-VBFAnalyzer.git Upgrades/VBFAnalyzer

Alternatively, use the https protocol:

git clone https://github.com/dmajumder/Upgrades-VBFAnalyzer.git Upgrades/VBFAnalyzer

Compile:

cd Upgrades/VBFAnalyzer
scramv1 b -k -j8

To run:

cd test
cmsRun runAnalysisRD.py

The output is a ROOT file containing a TTree.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.4%
  • Python 13.0%
  • C++ 8.5%
  • Shell 0.1%