-
Notifications
You must be signed in to change notification settings - Fork 5
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
Simplify offlineBeamSpotCUDA configuration #433
Simplify offlineBeamSpotCUDA configuration #433
Conversation
Should we rename the class to |
I would not rename the class, because it is agnostic to whether the beamspot originates from "offline" or "online" source. Also
I'm also fine with keeping the beamspot configuration as it is now, just wanted to make a suggestion that avoids the |
Ah, ok. Thanks, the change looks good. |
Would need validation?
|
In any case...
🚧 Validation running at fu-c2d41-12-01:/data/user/adiflori/patatrack-validation/run.zYOLSNiFN2
|
Yes, thanks :-) |
By the way, can you try to update the validation scripts to use CMSSW_11_0_0_Patatrack as the base release ? |
Yes, I’ll update that
|
Validation summaryReference release CMSSW_11_0_0_pre13 at 91be707 Validation plots/RelValTTbar_13/CMSSW_10_6_0-PU25ns_106X_upgrade2018_realistic_v4-v1/GEN-SIM-DIGI-RAW
/RelValZMM_13/CMSSW_10_6_0-PU25ns_106X_upgrade2018_realistic_v4-v1/GEN-SIM-DIGI-RAW
/RelValTTbar_13/CMSSW_10_6_0-PU25ns_106X_upgrade2018_design_v3-v1/GEN-SIM-DIGI-RAW
Throughput plots/EphemeralHLTPhysics1/Run2018D-v1/RAW run=323775 lumi=53logs and
|
Looks good to merge, however I will wait until I have prepared the CMSSW_11_1_X_Patatrack branch, hopefully next week. |
Update b-jet energy regression
PR description:
Just an afterthought to #432 (comment): the
offlineBeamSpotCUDA = _beamSpotToCUDA.clone()
can be avoided by generating thecfi
with the proper name.PR validation:
Code compiles, profiling workflow runs. Should be purely technical.