-
Notifications
You must be signed in to change notification settings - Fork 101
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
Protect Geant4 Primary creation against negative masses. #1259
Protect Geant4 Primary creation against negative masses. #1259
Conversation
Test Results 14 files 14 suites 6h 31m 38s ⏱️ Results for commit 86b8743. ♻️ This comment has been updated with latest results. |
@atolosadelgado Hi Alvaro, |
@@ -746,14 +746,24 @@ namespace dd4hep { | |||
std::string refStr() const; | |||
/// Access "module" attribute as STL string | |||
std::string moduleStr() const; | |||
/// Access "module" attribute as STL string |
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.
/// Access "module" attribute as STL string | |
/// Access "module" attribute as STL string, if not present return default_value |
/// Access "readout" attribute as STL string | ||
std::string readoutStr() const; | ||
/// Access "readout" attribute as STL string |
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.
/// Access "readout" attribute as STL string | |
/// Access "readout" attribute as STL string, if not present return default_value |
/// Access vis attribute as STL string. If not present empty return empty string | ||
std::string visStr() const; | ||
/// Access vis attribute as STL string. If not present empty return empty string |
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.
/// Access vis attribute as STL string. If not present empty return empty string | |
/// Access vis attribute as STL string, if not present return default_value |
/// Access region attribute as STL string. If not present empty return empty string | ||
std::string regionStr() const; | ||
/// Access region attribute as STL string. If not present empty return empty string |
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.
/// Access region attribute as STL string. If not present empty return empty string | |
/// Access region attribute as STL string, if not present return default_value string |
/// Access limits attribute as STL string. If not present empty return empty string | ||
std::string limitsStr() const; | ||
/// Access limits attribute as STL string. If not present empty return empty string |
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.
/// Access limits attribute as STL string. If not present empty return empty string | |
/// Access limits attribute as STL string, if not present return default_value |
BEGINRELEASENOTES
examples/DDCAD/compact/DD4hep_Issue_1134_resolved.xml
Once the CAD shape (aka volume) is placed correctly into the origin of a mother mother, the mother can then be placed
rotated and shifted according to the the boxed mother's origin like any other volume.
ENDRELEASENOTES