23.0 zdc sd class ATLASSIM-6751
This is the third in a series of changes to the ZDC simulation tracked on Jira https://its.cern.ch/jira/browse/ATLASSIM-6751
- Add new SD classes
- ZDC_SD – Add Fiber and Calib SD classes
- G4AtlasServices – Add ZDC to LucidPhysicsTool users
The ZDC_StripSD
and ZDC_PixelSD
had replicated parts of the G4Cerenkov
physics process to estimate the number of photons created within the detector. The LucidPhysicsTool
adds G4Cerenkov
and G4OpBoundaryProcess
to the physics list which provides us with a much more accurate simulation.
The ZDC_StripSD
and ZDC_PixelSD
are being replaced by theZDC_FiberSD
. Future merge requests listed in the Jira ticket associated with this MR will replace the old SD classes with the new one in packages that depend on them before removing the old/obsolete SD classes.
More information can be found on the Twiki https://twiki.cern.ch/twiki/bin/view/Atlas/ZdcSimulationRel23 (WiP)