Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 858 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 858 Bytes

ZprimeTo4l

repository for Z'to4l study

cmsrel CMSSW_10_6_39
cd CMSSW_10_6_39/src
# checkout ZprimeTo4l anlaysis package
git cms-merge-topic SanghyunKo:Zprime_from-CMSSW_10_6_39

# checkout RunII UL S&S energy correction files
git clone -b ULSSfiles_correctScaleSysMC https://github.com/jainshilpi/EgammaAnalysis-ElectronTools.git EgammaAnalysis/ElectronTools/data/
git cms-addpkg EgammaAnalysis/ElectronTools

# checkout EgammaPostRecoTools
git clone [email protected]:cms-egamma/EgammaPostRecoTools.git EgammaUser/EgammaPostRecoTools

# checkout TnPTreeProducer (needed for SimpleEventCounter.cc)
git clone -b RunIIfinal https://github.com/cms-egamma/EgammaAnalysis-TnPTreeProducer.git EgammaAnalysis/TnPTreeProducer

# compile
scram b -j8

Example cfg files and analysis scripts can be found in the Analysis/test or MergedLepton/test folders