-
Notifications
You must be signed in to change notification settings - Fork 60
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
NanoScouting in Prompt #4991
Comments
FYI: cms-sw/cmssw#45950 has been just merged, so this request can be implemented directly on the next 14_0_X release (ie. CMSSW_14_0_15_patch2 or CMSSW_14_0_16) |
Hi @silviodonato, all CMSSW_14_0_16 was just released with cms-sw/cmssw#45950. Release note Additionally, scenario hltScoutingEra_Run3_2024 is included in the PR as well. This is designed for producing ScoutingNano from HLTSCOUT datatier (ScoutingPFRun3 dataset). Some testing with
|
Dear @patinkaew and @silviodonato , would you please take a look at this cmsTalk post from Antonio, where he tried out the NanoScouting workflow and let him know if anything is missing from the configuration? |
Thank you @malbouis @patinkaew @silviodonato for your responses on the cmstalk post. The replay was successful after disabling AOD and MINIAOD output. |
Thanks, @LinaresToine ! |
Hi @malbouis, |
In agreement with ORM @jeyserma , we will deploy it in production along with the likely coming era change during MD4. |
For the record, the new scenario was deployed and ScoutingPFRun3 PD will now produce nanoaod in production. https://cms-talk.web.cern.ch/t/acqusition-era-change-to-run2024i/51084 |
Dear Tier-0 experts,
from the Scouting group we would like to start having the NanoScouting production in Prompt, possibly before the end of the pp collision data taking (16/10/2024). All the code is available in IB and it will be included in
14_2_0_pre1
(#44970) and in one of the upcoming 14_0_X release (#45950 )Describe the new feature you would like T0 to implement.
What are the changes and technical challenges?
nanoSequence
defined in PhysicsTools/NanoAOD/python/custom_run3scouting_cff.py at Tier-0. A working example can be provided using cmsDriver.py [1]. Note that this sequence is tested in IB through workflow 2500.237.The input dataformat is
HLTSCOUT
and specifically the scouting dataset, ie./ScoutingPFRun3/Run2024G-v1/HLTSCOUT
.The output dataset should be in the
NANO
format, ie. the output dataset should be something like/ScoutingPFRun3/Run2024G-v1/NANO
.Please note that this is a production of
NANO
directly fromHLTSCOUT
, as it is not possible to run the standard offline reconstruction (RECO
step) in scouting dataset.Describe the implementation timeline of the new feature and relevance for the CMS data taking.
14_2_0_pre1
as soon as the release will be available (#44970)Additional information
This has been already discussed at the DeepDive on NanoAOD, with PPD (@malbouis @vlimant ) and TSG (@missirol @mtosi). @elfontan
[1]
cmsDriver.py step2 -s NANO:@Scout --process NANO --data --eventcontent NANOAOD --datatier NANOAOD -n 10000 --era Run3_2024 --conditions auto:run3_data_prompt --no_exec
:The text was updated successfully, but these errors were encountered: