-
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
Apply a "boundary condition" at the outermost pseudorapidity edges #12464
Conversation
A new Pull Request was created by @yslai for CMSSW_7_5_X. It involves the following packages: RecoHI/HiJetAlgos @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
@yslai @mandrenguyen |
on behalf of @yslai, yes, it is necessary. On 18/11/15 20:21, mandrenguyen wrote:
|
+1 Fix for Heavy Ions jets at the outermost pseudorapidity edges to prevent clustering of negative pT particles over large distances. The code changes are satisfactory. Jenkins tests against baseline CMSSW_7_5_X_2015-11-16-2300 show the expected differences in jets with |eta| around 5 and the elimination of jets with negative pT of large magnitude in the comparisons for workflow 140.53_RunHI2011, as seen in the following plots. Jets with eta = ~5 removed in the next two plots: Note in the following two plots the reduction of Mean and RMS to more reasonable values: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_7_6_X is complete. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
merge |
Apply a "boundary condition" at the outermost pseudorapidity edges
Same bugfix as #12463 for 7_5_X. This bugfix fixes very large (but not infinite) areas that stretches outside the HF by surrounding the event with "mirror events". This is to prevent rare instances, where FastJet would cluster negative pT particles over large distances, and a large, negative particle become a jet in the opposite direction.
Also, the printf() have been converted to EDM log messages.
No performance difference is expected, except for jets either at |eta| ~ 5, or rare events that previously would have contained unreasonably large jet pTs (e.g. 10 TeV).