-
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
SiStripApproximateCluster reduced data format for HI #33546
SiStripApproximateCluster reduced data format for HI #33546
Conversation
A new Pull Request was created by @icali (Ivan Amos Cali) for CMSSW_11_3_X. It involves the following packages: DataFormats/SiStripCluster The following packages do not have a category, yet: SiStripApproximateClusterv2/BuildFile.xml @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
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.
some other quick comments (waiting for more thorough reco review).
RecoLocalTracker/SiStripClusterizer/interface/SiStripClusters2ApproxClustersv1.h
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py
Outdated
Show resolved
Hide resolved
…proxClustersv1.cc Co-authored-by: Marco Musich <marco.musich@cern.ch>
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
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.
Another set of mostly stylistic comments
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusters2ApproxClustersv1.cc
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/interface/SiStripClusters2ApproxClustersv1.h
Outdated
Show resolved
Hide resolved
RecoLocalTracker/SiStripClusterizer/test/SiStripApproximatedClustersDump.cc
Outdated
Show resolved
Hide resolved
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
DataFormats/SiStripCluster/interface/SiStripApproximateClusterv1.h
Outdated
Show resolved
Hide resolved
Sorry for delay in addressing the comments. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33546/22780
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33546/22782
|
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e1eef5/15228/summary.html Comparison SummarySummary:
|
+reconstruction
|
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR included the ApproximateClusters data format. The format is useful to reduce the size of HI data because the plan is to replace the strip tracker RAW data with the approximated clusters.
In this PR is included only the data format SiStripApproximateCluster and the producers to convert the SiStripCluster in SiStripApproximateCluster
In a following PR, the changes to the Reco sequence to use the approximated clusters will be added
PR validation:
As of today this PR doesn't require any validation. It was tested locally using the configuration:
RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py
if this PR is a backport please specify the original PR and why you need to backport that PR: