Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// G4HCofThisEvent
// --------------------------------------------------------------------
#include "G4HCofThisEvent.hh"
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// G4THitsCollection
// --------------------------------------------------------------------
#include "G4THitsCollection.hh"
@@ -23,14 +23,12 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// G4VHitsCollection
// --------------------------------------------------------------------
#include "G4VHitsCollection.hh"
G4VHitsCollection::G4VHitsCollection(G4String detName, G4String colNam)
G4VHitsCollection::G4VHitsCollection(const G4String& detName, const G4String& colNam)
: collectionName(colNam), SDname(detName), colID(-1)
{}