Fixes / adjustments to CuboidVolumeBuilder
- 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