-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors from SiPixelPhase1TrackClusters? #30911
Comments
A new Issue was created by @davidlange6 David Lange. @Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign reconstruction |
We are aware of this issue. This happens only for the HLT offline monitoring case. diff --git a/DQMOffline/Trigger/python/SiPixel_OfflineMonitoring_cff.py b/DQMOffline/Trigger/python/SiPixel_OfflineMonitoring_cff.py
index a25d683f129..a73fb35bca2 100644
--- a/DQMOffline/Trigger/python/SiPixel_OfflineMonitoring_cff.py
+++ b/DQMOffline/Trigger/python/SiPixel_OfflineMonitoring_cff.py
@@ -2,8 +2,12 @@ import FWCore.ParameterSet.Config as cms
from DQMOffline.Trigger.SiPixel_OfflineMonitoring_Cluster_cff import *
from DQMOffline.Trigger.SiPixel_OfflineMonitoring_TrackCluster_cff import *
+from RecoPixelVertexing.PixelLowPtUtilities.siPixelClusterShapeCache_cfi import *
+
+hltSiPixelClusterShapeCache = siPixelClusterShapeCache.clone(src = 'hltSiPixelClusters')
sipixelMonitorHLTsequence = cms.Sequence(
- hltSiPixelPhase1ClustersAnalyzer
- + hltSiPixelPhase1TrackClustersAnalyzer
+ hltSiPixelClusterShapeCache +
+ hltSiPixelPhase1ClustersAnalyzer +
+ hltSiPixelPhase1TrackClustersAnalyzer
) solves this particular issue, but leads to a segmentation fault later in the code [1]. cmssw/DQM/SiPixelPhase1Track/plugins/SiPixelPhase1TrackClusters.cc Lines 139 to 144 in 387daac
I would propose to just remove it from being executed (for the time being) unless a solution of the other issue is found. [1]
|
@Dr15Jones this issue should rather be assigned DQM.... |
unassign reconstruction |
assign dqm |
New categories assigned: dqm @jfernan2,@andrius-k,@schneiml,@fioriNTU,@kmaeshima you have been requested to review this Pull request/Issue and eventually sign? Thanks |
While looking at something else, I notice that this error is in the iBs. Should we not worry?
%MSG-w SiPixelPhase1TrackClusters: SiPixelPhase1TrackClusters:hltSiPixelPhase1TrackClustersAnalyzer 25-Jul-2020 03:35:07 CEST Run: 1 Event: 1208
37: PixelClusterShapeCache collection is not valid
38: %MSG
(eg https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc820/CMSSW_11_2_X_2020-07-24-2300/pyRelValMatrixLogs/run/11634.0_TTbar_14TeV+TTbar_14TeV_TuneCP5_2021_GenSimFullINPUT+DigiFull_2021+RecoFull_2021+HARVESTFull_2021+ALCAFull_2021/step3_TTbar_14TeV+TTbar_14TeV_TuneCP5_2021_GenSimFullINPUT+DigiFull_2021+RecoFull_2021+HARVESTFull_2021+ALCAFull_2021.log#/)
The text was updated successfully, but these errors were encountered: