ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "G4PhysListFactory.hh"
#include "G4VModularPhysicsList.hh"
#include "IORTEventAction.hh"
#include "IORTPhysicsList.hh"
#include "IORTPrimaryGeneratorAction.hh"
#include "IORTRunAction.hh"
#include "Randomize.hh"
#include "G4UImessenger.hh"
#include "globals.hh"
#include "IORTSteppingAction.hh"
#include "IORTGeometryController.hh"
#include "IORTGeometryMessenger.hh"
#include "G4VisExecutive.hh"
#include "G4UIExecutive.hh"
#include <ctime>
#include "G4ScoringManager.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Definition at line 77 of file iort_therapy.cc.
View newest version in sPHENIX GitHub at line 77 of file iort_therapy.cc
References G4UImanager::ApplyCommand(), G4ScoringManager::GetScoringManager(), G4UImanager::GetUIpointer(), Initialize(), G4UIExecutive::IsGUI(), G4UIExecutive::SessionStart(), IORTGeometryController::SetGeometry(), CLHEP::HepRandom::setTheEngine(), and G4RunManager::SetUserInitialization().