Skip to content

Energy loss tool CA-config

Thomas Strebler requested to merge tstreble/athena:ExtrapToolsUpdate into master

While working on new CA InDet Tracking config, I noticed that in the old-style config the AtlasEnergyLossUpdator was configured with UseBetheBlochForElectrons = False here while the default value is true for the EnergyLossUpdator.cxx. This MR explicitly configures this tool in the CA configs for the downstream clients retrieving the AtlasEnergyLossUpdator, with UseBetheBlochForElectrons = False.

In the process, the extrapolator-related muon configurations are also moved in the TrkConfig package, which hosts all the other extrapolator-related configs.

FYI @tadej @goetz @elmsheus

Merge request reports