-
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
Add iEta/iX, iPhi/iY to supercluster object #40434
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40434/33575
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-40434/33611
|
A new Pull Request was created by @swagata87 (Swagata Mukherjee) for master. It involves the following packages:
@cmsbuild, @mandrenguyen, @clacaputo, @swertz, @vlimant can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
enable nano |
enable profiling |
@cmsbuild please test |
type egamma |
-1 Failed Tests: Build BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-01-09-1100/src/RecoParticleFlow/PFClusterTools/src/PFEnergyCalibration.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-01-09-1100/src/RecoParticleFlow/PFClusterTools/src/PFEnergyCalibrationHF.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-01-09-1100/src/RecoParticleFlow/PFClusterTools/src/PFEnergyResolution.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-01-09-1100/src/RecoParticleFlow/PFClusterTools/src/PFResolutionMap.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-01-09-1100/src/RecoParticleFlow/PFClusterTools/src/ClusterClusterMapping.cc: In static member function 'static bool ClusterClusterMapping::overlap(const reco::CaloCluster&, const reco::CaloCluster&, float, bool)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_0_X_2023-01-09-1100/src/RecoParticleFlow/PFClusterTools/src/ClusterClusterMapping.cc:17:37: error: ambiguous overload for 'operator<<' (operand types are 'std::basic_ostream' and 'const DetId') 17 | std::cout << " Discarding " << hits1[i1].first << " with " << hits1[i1].second << std::endl; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ | | | std::basic_ostream In file included from /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02767/el8_amd64_gcc11/external/gcc/11.2.1-f9b9dfdd886f71cd63f5538223d8f161/include/c++/11.2.1/iostream:39, |
looks like an error related to the IB @perrotta @rappoccio |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40434/33621
|
Pull request #40434 was updated. @cmsbuild, @mandrenguyen, @clacaputo, @swertz, @vlimant can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9367b0/29853/summary.html Comparison SummarySummary:
|
+xpog |
+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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This is a continuation of #40327. As mentioned there, in this PR the variables iEta, iPhi, iX and iY are added directly to the Supercluster object, so that they can be accessed from AOD/miniAOD-based analysis setups in a more convenient, easy and user-friendly way.
PR validation:
Checked with workflow
2500.601
FYI @Sam-Harper