|
Geant4 examples
|
Run action class. More...
#include <Doxymodules_basic.h>
Public Member Functions | |
| B2RunAction () | |
| virtual | ~B2RunAction () |
| virtual void | BeginOfRunAction (const G4Run *run) |
| virtual void | EndOfRunAction (const G4Run *run) |
Run action class.
Definition at line 45 of file Doxymodules_basic.h.
| B2RunAction::B2RunAction | ( | ) |
Definition at line 38 of file B2RunAction.cc.
: G4UserRunAction() {}
| B2RunAction::~B2RunAction | ( | ) | [virtual] |
Definition at line 44 of file B2RunAction.cc.
{}
Reimplemented from G4UserRunAction.
Definition at line 49 of file B2RunAction.cc.
{
G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl;
//inform the runManager to save random number seed
G4RunManager::GetRunManager()->SetRandomNumberStore(false);
}
1.7.4