|
Geant4
10.03
|
Main program of the biasing/ReverseMC01 example. More...
#include "G4RunManager.hh"#include "G4UImanager.hh"#include "Randomize.hh"#include "G4AdjointSimManager.hh"#include "RMC01DetectorConstruction.hh"#include "RMC01PrimaryGeneratorAction.hh"#include "RMC01EventAction.hh"#include "RMC01RunAction.hh"#include "G4AdjointPhysicsList.hh"#include "RMC01AdjointEventAction.hh"
Include dependency graph for exampleRMC01.cc:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Main program of the biasing/ReverseMC01 example.
Definition in file exampleRMC01.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 71 of file exampleRMC01.cc.
References G4UImanager::ApplyCommand(), G4AdjointSimManager::GetInstance(), G4UImanager::GetUIpointer(), G4VisManager::Initialize(), G4UIExecutive::SessionStart(), G4AdjointSimManager::SetAdjointEventAction(), G4AdjointSimManager::SetAdjointRunAction(), G4RunManager::SetUserAction(), and G4RunManager::SetUserInitialization().
Here is the call graph for this function: