Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
/// \file TrackerSD.hh
/// \file B2/B2b/include/TrackerSD.hh
/// \brief Definition of the B2::TrackerSD class
#ifndef B2TrackerSD_h
@@ -53,7 +53,7 @@ class TrackerSD : public G4VSensitiveDetector
public:
TrackerSD(const G4String& name,
const G4String& hitsCollectionName);
~TrackerSD() override;
~TrackerSD() override = default;
// methods from base class
void Initialize(G4HCofThisEvent* hitCollection) override;