-
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
writing HI configuration file 2024 #4988
Conversation
It seems you are replacing HI replay config with the regular replay config. Please review the changes, as there are many parameters that are different from HI to pp configs. |
27d816b
to
d290d89
Compare
Yes, I originally created the file based on current replay config. I now based it on last year's HI config. I believe the file is ready to run a replay, the only thing we miss for now are 141X GTs. |
a0740b5
to
2fca05e
Compare
2fca05e
to
a766e4e
Compare
etc/HIReplayOfflineConfiguration.py
Outdated
expressGlobalTag = "132X_dataRun3_Express_v4" | ||
promptrecoGlobalTag = "132X_dataRun3_Prompt_v4" | ||
expressGlobalTag = "141X_dataRun3_Express_v2" | ||
promptrecoGlobalTag = "141X_dataRun3_Prompt_v2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
promptrecoGlobalTag = "141X_dataRun3_Prompt_v2" | |
promptrecoGlobalTag = "141X_dataRun3_Prompt_v3" |
141X_dataRun3_Prompt_v3
has DeDxCalibrationRcd
, see cms-sw/cmssw#46186
d320d9e
to
2cd2da3
Compare
etc/HIReplayOfflineConfiguration.py
Outdated
@@ -1337,7 +1373,7 @@ | |||
write_dqm=True, | |||
alca_producers=["TkAlMinBias"], | |||
dqm_sequences=["@common"], | |||
scenario=hiTestppScenario) | |||
scenario=hiLightEventsScenario) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LinaresToine I don't understand this choice (and also several others).
In 2023 this PD was processed with ppEra_Run3_pp_on_PbPb_2023
. I think this should be hiHeavyEventsScenario
(= "ppEra_Run3_pp_on_PbPb_2024"
) now.
etc/HIReplayOfflineConfiguration.py
Outdated
@@ -1346,7 +1382,7 @@ | |||
do_reco=False, | |||
aod_to_disk=False, | |||
raw_to_disk=False, | |||
scenario=hiTestppScenario) | |||
scenario=hiLightEventsScenario) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LinaresToine I don't understand this choice (and also several others).
In 2023 this PD was processed with ppEra_Run3_pp_on_PbPb_2023
. I think this should be hiHeavyEventsScenario
(= "ppEra_Run3_pp_on_PbPb_2024"
) now.
etc/HIReplayOfflineConfiguration.py
Outdated
@@ -1357,7 +1393,7 @@ | |||
raw_to_disk=False, | |||
aod_to_disk=False, | |||
dqm_sequences=["@common"], | |||
scenario=hiTestppScenario) | |||
scenario=hiLightEventsScenario) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LinaresToine I don't understand this choice (and also several others).
In 2023 this PD was processed with ppEra_Run3_pp_on_PbPb_2023
. I think this should be hiHeavyEventsScenario
(= "ppEra_Run3_pp_on_PbPb_2024"
) now.
etc/HIReplayOfflineConfiguration.py
Outdated
@@ -1433,7 +1469,7 @@ | |||
timePerEvent=1, | |||
disk_node="T2_US_Vanderbilt", | |||
dqm_sequences=["@commonSiStripZeroBias"], | |||
scenario=hiTestppScenario) | |||
scenario=hiLightEventsScenario) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LinaresToine I don't understand this choice (and also several others).
In 2023 this PD was processed with ppEra_Run3_pp_on_PbPb_2023
. I think this should be hiHeavyEventsScenario
(= "ppEra_Run3_pp_on_PbPb_2024"
) now.
Thank you @mmusich . I originally understood that RawPrime goes with RawPrime : |
@LinaresToine we should try a new replay test of this configuration using CMSSW_14_1_1, that should contain all the latest CMSSW updates discussed as a follow-up of the previous failure, in preparation for the forthcoming HI data taking (regular pp data taking is ending in one week from now) |
@fabiocos the replay with CMSSW_14_1_1 has ended, I did not update the PR, apologies. We have an error with DeDxEstimator module. I will create a GH issue for this |
For the record, previous issues with cmsssw were solved in this issue:
|
https://github.com/cms-sw/cmssw/releases/tag/CMSSW_14_1_2 is now available with the known needed fixes. I suggest to update the branch above, and restart a replay before the week-end, so as we may have at the Joint Ops on Monday a clear view of the status in preparation of HI data taking |
We will trigger the replay again, now with this new version. It should be done by Monday. |
The replay has started, it can be followed in |
The replay is successfully finished, both according to Grafana dashboard and the testbed WMStats instance |
Output data for replay can be found in DAS |
9cc4001
to
b2c02e3
Compare
b2c02e3
to
d296496
Compare
dc9d11e
to
4015754
Compare
HI datataking is coming up and I attempt to create the HIReplayConfiguration.py file.
Questions remaining: