Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user