Open silviodonato opened 6 months ago
cms-bot internal usage
A new Issue was created by @silviodonato.
@rappoccio, @smuzaffar, @makortel, @Dr15Jones, @sextonkennedy, @antoniovilela can you please review it and eventually sign/assign? Thanks.
cms-bot commands are listed here
assign xpog
New categories assigned: xpog
@vlimant,@hqucms you have been requested to review this Pull request/Issue and eventually sign? Thanks
Tagging @patinkaew as well
@alintulu can you please prepare a PR introducing a run3_2024
era
can you please prepare a PR introducing a run3_2024 era
just for the record, TSG has been in favor of this since some time and already provided a PR for that: https://github.com/cms-sw/cmssw/pull/43761.
This was rejected by PPD on the grounds that after passing the HCal PF thresholds via DB, the whole of Run 3 could be treated by a single era (Run3
) to be applied uniformly to all of its years.
Maybe this doesn't apply to nano , or maybe the situation changed in the meanwhile.
More reading material: https://github.com/cms-sw/cmssw/issues/43756#issuecomment-1923369576
Tagging @malbouis
I think that in order to proceed with the Run3_2024 Era, the only request is to not carry over the HCal PFRecHit thresholds as defined in Run3_2023. IIUC, this could be done by using the Run3 Era as a base. We have always said from the beginning that if a new Era is really needed, then it could be implemented, one should just be careful with the the call to the configuration with hardcoded hcal thresholds in the Run3_2023 Era, as this should be avoided.
@vlimant Adelina has graduated and I'm currently taking over her work.
I have prepared the fix in my private branch. This add run3_scouting_nanoAOD_2024
era modifier and introduce Run3_2024
using Run3
as base, i.e.
Run3_2024 = cms.ModifierChain(Run3, run3_scouting_nanoAOD_2024)
Without introducing Run3_2024
, it is also possible to call --era Run3,run3_scouting_nanoAOD_2024
.
It is not clear to me whether we want to introduce Run3_2024
according to the current discussion. Please let me know which option we prefer and I can make a PR.
I don't think you need a run3_scouting_nanoAOD_2024
era, and a top level one will do.
I would recommend to call it run3_post23
as there will be a run3 in 2025, leading to confusion with something named Run3_2024
.
Please make a PR along these lines for master and and 14.0
I tried to run
NANO:@Scout
using recent 2024 data, but I got the following two errors:and
I used
cmsDriver.py step2 -s NANO:@Scout --process NANO --data --eventcontent NANOAOD,DQM --datatier NANOAOD,DQMIO -n 10000 --customise "Configuration/DataProcessing/Utils.addMonitoring" --era Run3 --conditions auto:run3_data --filein file:xxx
inCMSSW_14_0_5_patch1
(taken fromrunTheMatrix.py -l 2500.5
). You should be able to reproduce the error using a recent scouting dataI managed to run Nano adding :
to the configuration.
My suggestion is to add a modifier, or something similar, able to run with 2022-23 and 2024 data, creating a new workflow in runTheMatrix. The cause of the crash is CMSHLT-3089
cc: @Martin-Grunewald @mmusich @cms-sw/hlt-l2 @elfontan @Karim El-Morabit