software:geometry
This is an old revision of the document!
Table of Contents
Geometry
The geometry files (which are root files) can be found in primasoft/geant4/geometry. The geometry you want to use in your simulation can be set in the primaf4sim.conf file.
Compiling and creating a root geometry file
In order to create the root geometry files, go to the according directory and do:
cd primasoft/geant4/geometry camke . make
Now your output should be something like this:
[ 45%] Built target PrimaGeom [ 63%] Built target test_proto16 [ 81%] Built target build_tchamber [100%] Built target build_proto16
Here, the executables are listed. By executing for example:
./build_tchamber
the file targetChamber.root is created, which can be used in the simulation.
How to include a new part
- Check for the material you want to use in PRIMAMaterials.h and PRIMAMaterials.cc. If the material does not exist, add it
- Make a new .h and .cc file according to PRIMAProto16Constructor, where the geometry of your object is defined
- Create a new build.cxx, where your new TGeoVolumeAssembly is included
- Modify your CmakeLists.txt
- Make and execute your new executable → a new .root file is created
software/geometry.1550048786.txt.gz · Last modified: 2022/01/14 18:44 (external edit)