Repository to use nanoAOD tuples to tune MET Significance, and produce validation plots
Recipe:
cmsrel CMSSW_10_2_9
cd CMSSW_10_2_9/src/
cmsenv
git cms-init
cd $CMSSW_BASE/src
git clone https://github.com/HephyAnalysisSW/Samples.git
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/danbarto/nanoAOD-tools.git
git fetch metsig
git checkout METSigProducer
cd $CMSSW_BASE/src
git clone -b moreParams https://github.com/danbarto/nanoMET.git
scram b -j 8