Import Geant4 11.1.2 source tree
This commit is contained in:
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2023-03-23 Anna Zaborowska (param-V11-00-05)
|
||||
- Added missing virtual destructor to G4VFastSimSensitiveDetector
|
||||
|
||||
## 2022-11-23 Gabriele Cosmo (param-V11-00-04)
|
||||
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
class G4VFastSimSensitiveDetector
|
||||
{
|
||||
public:
|
||||
virtual ~G4VFastSimSensitiveDetector() = default;
|
||||
/// Create a hit.
|
||||
///
|
||||
/// It checks if G4VSensitiveDetector is also used as a base class,
|
||||
|
||||
Reference in New Issue
Block a user