Skip to content

Fixes / adjustments to CuboidVolumeBuilder

Paul Gessinger-Befurt requested to merge volume-builder-adjustments into master
  • was lacking #pragma once
  • moved all definitions to new CuboidVolumeBuilder.cpp, used forward declarations in header where possible.
  • simplify detector element construction function in config
  • remove unneeded headers from CuboidVolumeBuilder.cpp, fixed includers accordingly

Merge request reports