Skip to content

use unorderd map for LArLATOMEMapping

Walter Lampl requested to merge wlampl/athena:LATOMEMapping_uoMap into 24.0

Use an std::unordered_map instead of two std::vectors as internal storage type of LArLATOMEMapping. Saves about 20% execution time of LArRawSCDataReadingAlg.

Merge request reports