|
Geant4
10.02.p02
|
Main program of the electromagnetic/TestEm10 example. More...
#include "G4RunManager.hh"#include "G4UImanager.hh"#include "Randomize.hh"#include "Em10DetectorConstruction.hh"#include "Em10PhysicsList.hh"#include "Em10PrimaryGeneratorAction.hh"#include "Em10RunAction.hh"#include "Em10EventAction.hh"#include "Em10SteppingAction.hh"#include "Em10SteppingVerbose.hh"#include "Em10TrackingAction.hh"
Include dependency graph for TestEm10.cc:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Main program of the electromagnetic/TestEm10 example.
Definition in file TestEm10.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 60 of file TestEm10.cc.
References G4UImanager::ApplyCommand(), G4UImanager::GetUIpointer(), G4VisManager::Initialize(), G4UIExecutive::SessionStart(), G4VSteppingVerbose::SetInstance(), G4RunManager::SetUserAction(), and G4RunManager::SetUserInitialization().
Here is the call graph for this function: