-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Change track muon dataformats scouting (11.1.x) #32078
Change track muon dataformats scouting (11.1.x) #32078
Conversation
A new Pull Request was created by @jsalfeld (Jakob Salfeld-Nebgen) for CMSSW_11_1_X. It involves the following packages: DataFormats/Scouting @smuzaffar, @Dr15Jones, @makortel, @cmsbuild, @Martin-Grunewald, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
Fix read i/o rules for backward accessibility of scouting dataset
Pull request #32078 was updated. @smuzaffar, @Dr15Jones, @makortel, @cmsbuild, @Martin-Grunewald, @fwyzard can you please check and sign again. |
please test |
The tests are being triggered in jenkins.
|
Comparison is ready Comparison Summary:
|
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
@cms-sw/core-l2 do you have any comments? |
+1 (apologies for the delay) |
This pull request is fully signed and it will be integrated in one of the next CMSSW_11_1_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@silviodonato we would need this in a new release to use it in confDB. Can we request one? |
I think I will build it tomorrow after having merged #32425 |
…roducers
PR description:
This is a back port of:
#31962
It includes changes to Scouting Producers and data formats. Due to the back port from 11.2.X, there are 4 small additional changes for which I checked that it compiles and the scouting event content is filled.
The differences are:
1.) removal of in DataFormats/Scouting/BuildFile.xml
2.) replacing outRho.reset(new double(*rho)); with outRho = std::make_unique(*rho); and alike for MET in HLTrigger/JetMET/plugins/HLTScoutingPFProducer.cc
PR validation:
if this PR is a backport please specify the original PR and why you need to backport that PR:
This is a back port of:
#31962
backport is needed for timely release of Run-3 scouting investigations