LArReadoutGeometry update
-
Fixed
LArReadoutGeometry
so that it can work whenGeoModel
is constructed from the SQLite file. The patches mostly required for finding proper implementation of theIRDBAccessSvc
interface at run time. -
Changed interface of the
XXXRegion
classes inLArReadoutGeometry
by introducing an optional argument - a pointer toGeoAlignStore
- to thegetAbsoluteTransform()
andgetDefAbsoluteTransform()
methods. This is required for getting correct positions of LAr alignable volumes in an MT environment. Also dropped few duplicate methods inXXXRegion
classes, and updated client code in the CaloDetDescr package.