-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
pp RECO with HI photon isolation using "customise" option #12185
Conversation
A new Pull Request was created by @ttrk for CMSSW_7_5_X. pp RECO with HI photon isolation using "customise" option It involves the following packages: RecoHI/Configuration @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test @davidlange6 I see the last auto-merge 75X->76X on Oct 18. Did we stop since then? |
The tests are being triggered in jenkins. |
The jenkins tests job failed, please try again. |
I think Jenkins had a hiccup here, https://cmssdt.cern.ch/jenkins/job/ib-any-integration/9393/console is inaccessible. |
Is there any more information or changes you'd like to see from me or @ttrk? Should we include our customization in postLS1Customs in this PR, or in a future one? |
@richard-cms I think this function can be included in customise_Reco: If you propagate this PR to 76X, this modification of customise_Reco should not be propagated. |
…Reco() in file SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py
@slava77 I inserted the relevant function into the pointed position in SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py . @richard-cms |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
... testing ... |
+1
|
@ttrk
|
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. @davidlange6, @Degano, @smuzaffar |
+1 |
pp RECO with HI photon isolation using "customise" option
This PR adds the HI-style isolation to the pp photon sequences. Heavy Ions needs this information during the pp reference run in order to do proper comparisons to PbPb results, where this information will be used for photon ID.
It will add two instances of the HIPhotonIsolation ValueMap, one for "std" photons and another for GED photons to the RECO and AOD event content for pp events.
This is urgent, as the pp reference run is approaching soon.
As pointed by @slava77 in the RECO meeting on 29.10.2015, this PR is planned to go into 75X.
Upon feedback on the previous PR, this PR implements "customisation" approach.
@richard-cms
@yenjie