katilp / sandbox

My trials
0 stars 0 forks source link

notes: run TagAndProbe test #30

Open katilp opened 5 years ago

katilp commented 5 years ago

In the open data environment (in the CMS Shell >):

cd CMSSW_5_3_32/src
cmsenv       
mkdir WorkDir
cd WorkDir/
mkdir tnp
cd tnp
wget https://raw.githubusercontent.com/cms-sw/cmssw/CMSSW_5_3_X/PhysicsTools/TagAndProbe/test/testTagProbeFitTreeProducer_ZMuMu.py

and set isMC = cms.bool(False), comment out from the path

# process.muMcMatch) *

and fix the syntax for "+...) *" after commenting that line

katilp commented 5 years ago

Test also tp_from_aod_Data.py from https://github.com/cms-analysis/MuonAnalysis-TagAndProbe/tree/53X/test/zmumu as advised by GP

wget https://raw.githubusercontent.com/cms-analysis/MuonAnalysis-TagAndProbe/53X/test/zmumu/tp_from_aod_Data.py

(not yet done)