Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#define B2RunAction_h 1
|
||||
|
||||
#include "G4UserRunAction.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
class G4Run;
|
||||
|
||||
@@ -47,9 +46,9 @@ class RunAction : public G4UserRunAction
|
||||
~RunAction() override = default;
|
||||
|
||||
void BeginOfRunAction(const G4Run* run) override;
|
||||
void EndOfRunAction(const G4Run* run) override;
|
||||
void EndOfRunAction(const G4Run* run) override;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B2
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user