Skip to content

G4AtlasTests: Fix use of detector store.

Scott Snyder requested to merge ssnyder/athena:init.G4AtlasTests-20240131 into main

ZDCHitsTestTool was accessing the detector store in the constructor. But this is run also during genconf, so this (at best) will generate bogus warnings. Move this to initialize().

Merge request reports