Skip to content

RadiationMapsMaker: Particle directions added; Memory footprint improved in finalize

Sven Menke requested to merge menke/athena:21.0-RadMaps-Direction into 21.0

Particle spectra can be generated with angular information (Theta and Delta Phi) added on top of the r/z/logE binning. This is needed to compare to TimePix data in ATLAS. The memory footprint in RadiatinMapsMakerTool::finalize() has been improved by creating each histogram directly before filling/writing and deleting directly after.

Merge request reports