Skip to content

Simple gdml viewer based on the Geant4 libraries

License

Notifications You must be signed in to change notification settings

Healthborn/gdmlview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdmlview

Simple gdml viewer based on the Geant4 libraries

Usage

Allowed options:
  -h [ --help ]           Produce this help message
  -g [ --gdmlfile ] arg   top level gdml file
  -v [ --validate ]       enable schema validation
  -o [ --overlap ]        enable overlap check
  -t [ --tolerance ] arg  overlap tolerance in mm
  -r [ --resolution ] arg overlap resolution as int

Installation

mkdir build
cd build
cmake ..
make
make install

Requirements

  • Geant4 with G4UIQt and GDML support
  • Boost program options

About

Simple gdml viewer based on the Geant4 libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.7%
  • CMake 11.3%