Static version of the CaloDetDescrManager
Static version of the CaloDetDescrManager There are a handful of clients which need to get access to the CaloDetDescrManager at initialize(), prior to alignment corrections are applied to it. Specifically for these clients the following has been introduced: 1. CALO_DDMANAGER_NOALIGN_KEY constant in CaloDetDescrManager.h The clients first try to retrieve the manager with this key from Detector Store, and in case of absence build such a manage by themselves, and record it in the Detector Store 2. buildCaloDetDescrNoAlign() function in CaloDetDescrBuilder.h As the name suggests, this is the function which needs to be used by the clients for building a non-misalignemd CaloDD manager This MR is a follow up to the discussion in ATLASRECTS-5012
Showing
- Calorimeter/CaloAlignment/CaloAlignmentTools/src/CaloAlignTool.cxx 1 addition, 1 deletion...er/CaloAlignment/CaloAlignmentTools/src/CaloAlignTool.cxx
- Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrManager.h 15 additions, 0 deletionsCalorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrManager.h
- Calorimeter/CaloDetDescrUtils/CaloDetDescrUtils/CaloDetDescrBuilder.h 3 additions, 0 deletions...CaloDetDescrUtils/CaloDetDescrUtils/CaloDetDescrBuilder.h
- Calorimeter/CaloDetDescrUtils/src/CaloDetDescrBuilder.cxx 6 additions, 0 deletionsCalorimeter/CaloDetDescrUtils/src/CaloDetDescrBuilder.cxx
- Calorimeter/CaloTrackingGeometry/CMakeLists.txt 1 addition, 1 deletionCalorimeter/CaloTrackingGeometry/CMakeLists.txt
- Calorimeter/CaloTrackingGeometry/src/CaloTrackingGeometryBuilder.cxx 14 additions, 4 deletions.../CaloTrackingGeometry/src/CaloTrackingGeometryBuilder.cxx
- Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/FastCaloSimGeometryHelper.cxx 5 additions, 7 deletions...tCaloSimParametrization/src/FastCaloSimGeometryHelper.cxx
- Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimServices/src/DNNCaloSimSvc.cxx 5 additions, 7 deletions...FastCaloSim/ISF_FastCaloSimServices/src/DNNCaloSimSvc.cxx
- Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimServices/src/FastCaloSimV2ParamSvc.cxx 4 additions, 6 deletions...Sim/ISF_FastCaloSimServices/src/FastCaloSimV2ParamSvc.cxx
- Tracking/Acts/ActsGeometry/ActsGeometry/ActsCaloTrackingVolumeBuilder.h 2 additions, 4 deletions...ActsGeometry/ActsGeometry/ActsCaloTrackingVolumeBuilder.h
- Tracking/Acts/ActsGeometry/CMakeLists.txt 1 addition, 0 deletionsTracking/Acts/ActsGeometry/CMakeLists.txt
- Tracking/Acts/ActsGeometry/src/ActsCaloTrackingVolumeBuilder.cxx 11 additions, 6 deletions...g/Acts/ActsGeometry/src/ActsCaloTrackingVolumeBuilder.cxx
Loading
Please register or sign in to comment