-
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
Run3-gex83A Make a few SD's in SimG4CMS/Forward with the new way of initiation #34507
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34507/23996
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-34507/23997
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@cmsbuild, @civanch, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
-1 Failed Tests: Build BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/ZdcSensitiveDetector.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/ZdcSensitiveDetectorBuilder.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/ZdcShowerLibrary.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/ZdcTestAnalysis.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/ZdcShowerLibrary.cc:7: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/poison/SimG4CMS/Forward/interface/ZdcSD.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. 1 | #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. | ^~~~~ >> Compiling bigobj /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/BHMNumberingScheme.cc >> Compiling bigobj /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/BHMSD.cc >> Compiling bigobj /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-07-15-1100/src/SimG4CMS/Forward/src/BSCG4Hit.cc |
@bsunanda , it is not a good idea renaming these classes. Previous names were fine, what is bad in CastorSD? |
@bsunanda , we need to complete migration of SD classes to the new design. Chris made this only for main par, there several SD classes to be migrated. We need to find all (used or not used and do this. |
SimG4CMS/Forward/src/TotemSD.cc
Outdated
@@ -42,11 +42,11 @@ | |||
#include "G4PhysicalConstants.hh" | |||
#include "G4SystemOfUnits.hh" | |||
|
|||
#define EDM_ML_DEBUG |
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.
@bsunanda , please, comment out DEBUG.
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.
Done
SimG4CMS/Forward/src/ZdcSD.cc
Outdated
@@ -25,8 +25,9 @@ | |||
#include "Randomize.hh" | |||
#include "G4Poisson.hh" | |||
|
|||
#define EDM_ML_DEBUG |
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.
Here as well.
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.
Done
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34507/24040
|
Pull request #34507 was updated. @cmsbuild, @civanch, @mdhildreth can you please check and sign again. |
@cmsbuild Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-21f0fb/16932/summary.html Comparison SummarySummary:
|
+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. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Make a few SD's in SimG4CMS/Forward with the new way of initiation
PR validation:
Use the runTheMatrix test workflows
if this PR is a backport please specify the original PR and why you need to backport that PR:
Nothing special