Skip to content

CMSTrackingPOG/MuonAnalysis-MuonAnalyzer

Repository files navigation

MuonAnalysis-MuonAnalyzer

Package to run tag/probe ntuples for Muon POG on both AOD and miniAOD format.

Requires CMSSW_10_6_X or higher.

Setup

$ 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

Usage

$ cmsRun MuonAnalysis/MuonAnalyzer/test/run_muonAnalyzer_cfg.py

Contributing

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9