-
Notifications
You must be signed in to change notification settings - Fork 1
eutelescope/gear
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
############################################################## # # GEAR: GEometry Api for Reconstruction # # F.Gaede, DESY # ############################################################## build instructions (with cmake): -------------------------------- mkdir build cd build cmake -DILCUTIL_DIR=/path/to/ilcutil .. make install To build GEAR_TGEO you need ROOT >= 5.27.06 installed on your system compiled with Gdml Geom and XMLIO components. To configure gear with GEAR_TGEO call: cmake -DGEAR_TGEO=ON -DROOT_DIR=/path/to/root/ .. To build the gear tests type: make tests For more information on CMake for the ILCSoftware check: http://ilcsoft.desy.de/portal/general_documentation/index_eng.html CMake's official website: http://www.cmake.org --------------------------------------------------------------- After building GEAR you can try out an example: ./bin/testgear example/gear_ldc.xml binary tools: mergeXMl: merges two xml files -> can be used to add additional parameters to an xml file that has been automatically created (by Mokka) printParameters: print detector parameters (slighly more human readable then xml) ---------------------------------------------------------------
About
read-only copy of the upstream GEAR SVN repository, produced using `git svn clone --std-layout <SVN URL>`
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published