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
Replace the example file to
root://eospublic.cern.ch//eos/opendata/cms/Run2011A/DoubleMu/AOD/12Oct2013-v1/10000/000D143E-9535-E311-B88B-002618943934.root
and set
isMC = cms.bool(False),
comment out from the path
# process.muMcMatch) *
and fix the syntax for "+...) *" after commenting that line
In the open data environment (in the CMS Shell >):
and set
isMC = cms.bool(False),
comment out from the path# process.muMcMatch) *
and fix the syntax for "
+...) *
" after commenting that line