Add AthenaConfiguration and AtlasGeoModel to AthGeneration project
This adds the AthenaConfiguration
package to the AthGeneration
project, as it is already required for many unit tests and the goal is for all configuration to use the ComponentAccumulator
. Currently the AtlasGeoModel
package is also needed for the auto-configuration of the new-style ConfigFlags to succeed, this should probably be done differently in the future. The changes should be transparent to other projects. See AGENE-1787.
FYI @wlampl