Package to run tag/probe ntuples for Muon POG on both AOD and miniAOD format.
Requires CMSSW_10_6_X or higher.
$ cmsrel CMSSW_10_6_18
$ cd CMSSW_10_6_18/src
$ cmsenv
$ git cms-init
$ git clone https://gitlab.cern.ch/cms-muonPOG/muonanalysis-muonanalyzer.git MuonAnalysis/MuonAnalyzer
$ scram b -j 8
$ cmsRun MuonAnalysis/MuonAnalyzer/test/run_muonAnalyzer_cfg.py
Before creating a Merge Request, make sure the code is properly formatted with:
$ find . -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\)' | xargs clang-format -i
Run this from the base directory. It should go through all source code files in the repository and format them according to CMSSW's style (the Google
style).