-
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
[MTD simulation, validation]: implementation of MTD clusters association maps #43913
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43913/38763
|
A new Pull Request was created by @martinamalberti (Martina Malberti) for master. It involves the following packages:
The following packages do not have a category, yet: SimFastTiming/MtdAssociatorProducers @bsunanda, @Dr15Jones, @rvenditti, @tjavaid, @subirsarkar, @syuvivida, @antoniovagnerini, @cmsbuild, @nothingface0, @civanch, @srimanob, @mdhildreth, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c21e5b/37305/summary.html Comparison SummarySummary:
|
@cms-sw/core-l2 further comments/suggestions? @cms-sw/dqm-l2 any comment? |
@cms-sw/core-l2 , @cms-sw/dqm-l2: any further comment on this PR? |
Hi @martinamalberti and @fabiocos , sorry for a bit late response. However, I cannot access e.g. Comparison failed (although I can see in the Summary). Is there a need to re-trigger the tests? |
please test @tjavaid the output is no more available after one week... |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c21e5b/37810/summary.html Comparison SummarySummary:
|
edm::Wrapper<MtdSimLayerClusterToRecoClusterAssociationMap> dummy20; | ||
|
||
edm::Wrapper<reco::MtdSimLayerClusterToTPAssociator> dummy21; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This struct SimDataFormats_Associations { ... };
could be removed (those have been unnecessary for a long time), but at this stage it could be left for a future PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@makortel do you mean the whole block lines 23 - 66? We may add small PR after this one is integrated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean the whole block lines 23 - 66?
Yes.
We may add small PR after this one is integrated
Thanks!
+core |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This pull request implements association maps for MTD reco clusters to MtdSimLayerClusters and MtdSimLayerClusters to Tracking Particles. A summary was given at the last MTD DPG meeting [1].
The MTD clusters associations maps are implemented in the following packages:
SimDataFormats/Associations
SimFastTiming/MtdAssociationProducers
and used in the Validation/MtdValidation package.
Some changes were made also to the following packages:
[1] https://indico.cern.ch/event/1376660/#6-mtd-clusters-association-map
PR validation:
The code was tested on the workflows:
24807.0 (SingleMuPt10)
24906.0 (SinglePiFlatPt0p7To10)
and produces the expected results.