Make detectorElements() public (was ACTS-342)
Original author Julia Hrdinka @jhrdinka
In the TrackingVolume the newly implemented (see ACTS-302 and merge request !289 (merged)) function detectorElements() was accidentally declared protected, although it should be a public method.
Edited by Moritz Kiehn