Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.25 KB

File metadata and controls

45 lines (29 loc) · 1.25 KB

SUSYBSMAnalysis-RazorTuplizer

Razor ntuplizer for running over LHC Run 2 AOD compatible with CMSSW_8_0_12


Instructions for compiling in CMSSW

cmsrel CMSSW_8_0_12
cd CMSSW_8_0_12/src
cmsenv
git clone git@github.com:RazorCMS/SUSYBSMAnalysis-RazorTuplizer-AOD.git SUSYBSMAnalysis/RazorTuplizer
scram b

Running the ntuplizer

cmsRun python/razorTuplizer_MC_25ns_MiniAODV2.py

Before running, check python/razorTuplizer.py to make sure that the correct global tag is defined. (process.GlobalTag.globaltag = ...)

To run using CRAB3:

source /cvmfs/cms.cern.ch/crab3/crab.sh
crab submit -c crabConfigRazorTuplizer.py

Including new bad track MET filter

As of 26/06/2016 (80X miniAOD v2), need to first run

git cms-merge-topic -u cms-met:CMSSW_8_0_X-METFilterUpdate

to get new bad charged candidate and bad muon MET filters.


Running the ntuplizer for photon corrections

cmsRun python/razorTuplizer_MC_25ns_MiniAODV2_PhoCorr.py