DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <G4PVPlacement.hh>
#include <G4RunManager.hh>
#include <G4UImanager.hh>
#include <G4UIsession.hh>
#include <Randomize.hh>
#include <G4VisManager.hh>
#include <G4VisExecutive.hh>
#include <G4UIExecutive.hh>
#include <G4VUserPhysicsList.hh>
#include <G4ParticleTypes.hh>
#include <globals.hh>
#include <DDG4/Geant4GDMLDetector.h>
#include <cerrno>
#include <stdexcept>
Go to the source code of this file.
Functions | |
int | main_wrapper (int argc, char **argv) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 103 of file g4gdmlDisplay.cpp.
int main_wrapper | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 61 of file g4gdmlDisplay.cpp.