You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observe a crash of cmsDriver.py in a reco step in CMSSW_15_0_5 when adding a customisation to remove MC matching.
This was possibly introduced with #46196.
$ cmsDriver.py reco -s RAW2DIGI,L1Reco,RECO,PAT --eventcontent '' --conditions 150X_dataRun3_Prompt_v1 --era Run3 --data --python_filename=align_rereco_cfg.py --no_exec --processName=EcalAlignment --customise customisetest.py -n -1 --filein=root://cms-xrd-global.cern.ch//store/data/Run2025C/EGamma1/RAW-RECO/ZElectron-PromptReco-v1/000/392/363/00000/cc8df3a1-bd7a-41b0-9f91-a937d49c099e.root
RAW2DIGI,L1Reco,RECO,PAT,ENDJOB
entry root://cms-xrd-global.cern.ch//store/data/Run2025C/EGamma1/RAW-RECO/ZElectron-PromptReco-v1/000/392/363/00000/cc8df3a1-bd7a-41b0-9f91-a937d49c099e.root
Step: RAW2DIGI Spec:
Step: L1Reco Spec:
Step: RECO Spec:
Step: PAT Spec:
Step: ENDJOB Spec:
customising the process with customise from customisetest
************** MC dependence removal ************
removing MC dependencies for photons
removing MC dependencies for out of time photons
removing MC dependencies for electrons
removing MC dependencies for LowPtElectrons
removing MC dependencies for muons
removing MC dependencies for taus
removing MC dependencies for taus boosted
...skipped since taus boosted are not part of process.
removing MC dependencies for jets
removing MC dependencies for AK8 jets
customising the process with miniAOD_customizeAllData from PhysicsTools/PatAlgos/slimming/miniAOD_tools
Traceback (most recent call last):
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/bin/el8_amd64_gcc12/cmsDriver.py", line 40, in <module>
run()
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/bin/el8_amd64_gcc12/cmsDriver.py", line 16, in run
configBuilder.prepare()
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/src/Configuration/Applications/python/ConfigBuilder.py", line 2472, in prepare
self.pythonCfgCode += self.addCustomise(1)
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/src/Configuration/Applications/python/ConfigBuilder.py", line 958, in addCustomise
self.process=getattr(package,fcn)(self.process)
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/src/PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py", line 699, in miniAOD_customizeAllData
miniAOD_customizeCommon(process)
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/src/PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py", line 584, in miniAOD_customizeCommon
_addUTagToTaus(process, task,
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/cms/cmssw/CMSSW_15_0_5/src/PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py", line 537, in _addUTagToTaus
process.tauGenJetMatch.clone(src = jetCollection),
AttributeError: 'Process' object has no attribute 'tauGenJetMatch'
The text was updated successfully, but these errors were encountered:
I observe a crash of
cmsDriver.py
in a reco step in CMSSW_15_0_5 when adding a customisation to remove MC matching.This was possibly introduced with #46196.
Customisation:
Output:
The text was updated successfully, but these errors were encountered: