Skip to content

Improve CrossSectionsFSR::getFullNames

Gerhard Raven requested to merge CrossSectionsFSR into master
  • instead of creating a map from scratch on every call by inserting every single element one-at-a-time, build a single static const map in one shot, and return a const reference to that single map
  • also, make the function itself static
  • remove execute bit on xml files in Event/GenEvent
Edited by Marco Cattaneo

Merge request reports