Prefer DeMuonDetector::position over DeMuonDetector::Tile2XYZ
use DeMuonDetector::position
to avoid the presence of uninitialised variables which are due to the fact that DeMuonDetector::Tile2XYZ
uses 'out' parameters.
Edited by Gerhard Raven
use DeMuonDetector::position
to avoid the presence of uninitialised variables which are due to the fact that DeMuonDetector::Tile2XYZ
uses 'out' parameters.