Propagate the correct track link to sTGC SDO
Save the correct track link in sTGC SDO, to fix a minor bug introduced when cleaning pointers in sTGC_Digitization in MR !21869 (merged).
Merge request reports
Activity
added 21.3 Digitization MuonSpectrometer review-pending-level-1 labels
CI Result SUCCESSAthena externals cmake make required tests optional tests Full details available at NICOS MR-22050-2019-03-20-18-48
Athena: number of compilation errors 0, warnings 1
For experts only: Jenkins output [CI-MERGE-REQUEST 35748]added review-approved label and removed review-pending-level-1 label
mentioned in commit f28bd503
added sweep:done label
mentioned in commit 82bfba5a
mentioned in merge request !22096 (merged)
Sweep summary
successful:- 21.9
(see https://aiatlas154.cern.ch/jenkins/job/auto_git_sweeps/720/console for details)
mentioned in commit c8d3f19f
added sweep:failed + 1 deleted label
Added ~"alsoTargeting:master" and sweep:failed as I think that these changes need to be manually swept to master.
Is that correct @cchau? If not, please remove the labels and sorry for the noise.
Hi @jchapman, I am not sure it is required for master, probably not. In 21.3, the track link is updated as required by HepMcParticleLink.
// Update HepMcParticleLink required for making SDO const int pileupType = phit.pileupType(); HepMcParticleLink trklink(hit.particleLink()); if (m_needsMcEventCollHelper) { if(pileupType!=lastPileupType) { currentMcEventCollection = McEventCollectionHelper::getMcEventCollectionHMPLEnumFromPileUpType(pileupType); lastPileupType=pileupType; } trklink.setEventCollection(currentMcEventCollection); }
This block of code is not in master (yet?). So hit.particleLink() is used everywhere in master. Cheers, Chav
Hi @jchapman, I don't see the syntax above in master yet (at least not for the muon technologies). Should I add it in master just for the sTGC and MM?
Cheers, Chav
Edited by Chav Chhiv Chauremoved sweep:done sweep:failed labels
added sweep:done label
mentioned in commit 0882bd63
mentioned in merge request !23454 (closed)
Sweep summary
successful:- master
(see https://aiatlas154.cern.ch/jenkins/job/auto_git_sweeps/781/console for details)