Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -23,9 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// class G4VStoreNotifier
// G4VStoreNotifier
//
// Class description:
//
@@ -34,14 +32,13 @@
// volume, solid and region stores.
// See G4VNotifier for the details.
// Author:
// 01.09.04 G.Cosmo Initial version
// 01.09.04, G.Cosmo - Initial version
// --------------------------------------------------------------------
#ifndef G4VSTORENOTIFIER_HH
#define G4VSTORENOTIFIER_HH
#include "G4VNotifier.hh"
typedef G4VNotifier G4VStoreNotifier;
using G4VStoreNotifier = G4VNotifier;
#endif