Repository to use nanoAOD tuples to tune MET Significance, and produce validation plots
A detailed description can be found here: https://twiki.cern.ch/twiki/bin/view/CMS/METSignificance
Recipe:
cmsrel CMSSW_10_2_18
cd CMSSW_10_2_18/src/
cmsenv
git cms-init
cd $CMSSW_BASE/src
git clone https://github.com/HephyAnalysisSW/RootTools.git
cd $CMSSW_BASE/src
git clone https://github.com/cms-nanoAOD/nanoAOD-tools.git PhysicsTools/NanoAODTools
cd PhysicsTools/NanoAODTools
git remote add metsig https://github.com/llechner/nanoAOD-tools.git
git fetch metsig
git checkout METSig
cd $CMSSW_BASE/src
git clone -b moreParams https://github.com/llechner/nanoMET.git
scram b -j 8