Geant4
10.02.p01
|
Implementation of the microdosimetry example. More...
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "G4UIExecutive.hh"
#include "G4UIterminal.hh"
#include "G4UItcsh.hh"
#include "G4VisExecutive.hh"
#include "ActionInitialization.hh"
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "CommandLineParser.hh"
#include "G4UIQt.hh"
Go to the source code of this file.
Functions | |
CommandLineParser * | parser (0) |
void | Parse (int &argc, char **argv) |
int | main (int argc, char **argv) |
void | GetNameAndPathOfExecutable (char **argv, G4String &executable, G4String &path) |
Implementation of the microdosimetry example.
Definition in file microdosimetry.cc.
Definition at line 193 of file microdosimetry.cc.
References pos.
Referenced by Parse().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file microdosimetry.cc.
References G4UImanager::ApplyCommand(), G4UIcommand::ConvertToInt(), G4cout, G4endl, G4Threading::G4GetNumberOfCores(), G4DNAPARSER::CommandLineParser::GetCommandIfActive(), G4UImanager::GetG4UIWindow(), G4MTRunManager::GetNumberOfThreads(), G4DNAPARSER::Command::GetOption(), G4UImanager::GetUIpointer(), G4RunManager::Initialize(), G4VisManager::Initialize(), G4UIExecutive::IsGUI(), Parse(), parser(), G4UIExecutive::SessionStart(), G4MTRunManager::SetNumberOfThreads(), and G4RunManager::SetUserInitialization().
void Parse | ( | int & | argc, |
char ** | argv | ||
) |
Definition at line 214 of file microdosimetry.cc.
References G4DNAPARSER::CommandLineParser::AddCommand(), G4DNAPARSER::CommandLineParser::CheckIfNotHandledOptionsExists(), G4DNAPARSER::CommandLineParser::DeleteInstance(), GetNameAndPathOfExecutable(), G4DNAPARSER::CommandLineParser::GetParser(), G4DNAPARSER::Command::OptionNotCompulsory, G4DNAPARSER::CommandLineParser::Parse(), parser(), G4DNAPARSER::Command::WithOption, and G4DNAPARSER::Command::WithoutOption.
Referenced by main().
CommandLineParser* parser | ( | 0 | ) |