I noticed a hardcoded
aRotation.rotateY(-13.62*CLHEP::degree);
in Offline/GeneralUtilities/src/OrientationResolver.cc
In a geometry description file Offline/Mu2eG4/geom/protonBeamDump_v03.txt
we have
double protonBeamDump.coreRotY = 13.72; // degrees
I am wondering if these two angles are different because one of them did not get updated.
Or maybe they are not supposed to be identical and the current code is fine.
I noticed a hardcoded
in Offline/GeneralUtilities/src/OrientationResolver.cc
In a geometry description file Offline/Mu2eG4/geom/protonBeamDump_v03.txt
we have
I am wondering if these two angles are different because one of them did not get updated.
Or maybe they are not supposed to be identical and the current code is fine.