-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Harcoded HLT
Process for InputTags
#47482
Comments
cms-bot internal usage |
A new Issue was created by @AdrianoDee. @Dr15Jones, @antoniovilela, @makortel, @mandrenguyen, @rappoccio, @sextonkennedy, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign HLTriggerOffline/B2G |
New categories assigned: dqm @antoniovagnerini,@rseidita you have been requested to review this Pull request/Issue and eventually sign? Thanks |
For this specific case I've opened #47483 but I'm not sure there are other cases like this (I haven't checked). |
In the context of https://gitlab.cern.ch/cms-ppd/dataset-management/special-relvals-requests/-/issues/262 we have been facing some unexpected failures when re-running the HLT step on top of
GEN-SIM-DIGI-RAW
output of a step2 not running the HLT. The input dataset is a product of CMSSW_15_0_0_pre3__Run3_RV262_BPix1Thr_2025_PU-TTbar_14TeV-00001 (you can find there all thecmsDriver
s) and specifically of:the HLT is run in a separete step:
So in order to provide a comparison for the HLT objects run on exactly the same events, we run a second workflow on the above mentioned output of step2 starting from the HLT step renamed
reHLT
:with the subsequent steps with
--hltProcess reHLT
to allow for the massive renaming:The two steps above are a way to reproduce the crash on
lxplus
. The exception we hit isand the problem is the fact that in
B2GDoubleLeptonHLTValidation
theInputTag
is hardcoded to use theHLT
process. preventing the renaming to have effect there.In addition to this failure I suspect this causes also some "silent" bug when we run the HLT step together with the DIGI step. In that case the output will have all the
HLT
objects in the event and then when we run areHLT
step on top of them the old products are consumed by the validation downstream without failing.The text was updated successfully, but these errors were encountered: