Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -27,7 +27,7 @@
/// \brief Definition of the RE01RunAction class
//
//
//
//
#ifndef RE01RunAction_h
#define RE01RunAction_h 1
@@ -39,18 +39,13 @@ class G4Run;
class RE01RunAction : public G4UserRunAction
{
public:
RE01RunAction();
virtual ~RE01RunAction();
public:
RE01RunAction();
virtual ~RE01RunAction();
public:
virtual void BeginOfRunAction(const G4Run*);
virtual void EndOfRunAction(const G4Run*);
public:
virtual void BeginOfRunAction(const G4Run*);
virtual void EndOfRunAction(const G4Run*);
};
#endif