Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -11,14 +11,13 @@ class ExE02RunAction : public G4UserRunAction
|
||||
{
|
||||
public:
|
||||
ExE02RunAction();
|
||||
~ExE02RunAction();
|
||||
virtual ~ExE02RunAction();
|
||||
|
||||
public:
|
||||
void BeginOfRunAction(G4Run* aRun);
|
||||
void EndOfRunAction(G4Run* aRun);
|
||||
virtual void BeginOfRunAction(const G4Run* aRun);
|
||||
virtual void EndOfRunAction(const G4Run* aRun);
|
||||
|
||||
private:
|
||||
G4int runIDcounter;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user