ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Main program of the pdb4dna example. More...
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "ActionInitialization.hh"
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "Randomize.hh"
#include "G4VisExecutive.hh"
#include "G4UIExecutive.hh"
#include "CommandLineParser.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) |
Main program of the pdb4dna example.
Definition in file pdb4dna.cc.
Definition at line 67 of file pdb4dna.cc.
View newest version in sPHENIX GitHub at line 67 of file pdb4dna.cc
References G4UImanager::ApplyCommand(), G4UIcommand::ConvertToInt(), G4cout, G4endl, G4Threading::G4GetNumberOfCores(), G4DNAPARSER::CommandLineParser::GetCommandIfActive(), G4UImanager::GetG4UIWindow(), G4MTRunManager::GetNumberOfThreads(), G4DNAPARSER::Command::GetOption(), G4UImanager::GetUIpointer(), G4VisManager::Initialize(), G4UIExecutive::IsGUI(), Parse(), parser(), G4UIExecutive::SessionStart(), G4MTRunManager::SetNumberOfThreads(), and G4RunManager::SetUserInitialization().
CommandLineParser* parser | ( | 0 | ) |