-
- Downloads
Stopped xAODWriterAlg from re-creating the output object type names on every event.
It was wasteful to call SG::normalizedTypeinfoName(...) as many times as the code did. Now the algorithm just caches the type names of the written objects. Trading a little bit of memory for less CPU cycles. Former-commit-id: 7602a2433b08be69caa04fe10a4f17d734e515a2
Showing
- PhysicsAnalysis/Algorithms/StandaloneAnalysisAlgorithms/Root/xAODWriterAlg.cxx 2 additions, 2 deletions...ithms/StandaloneAnalysisAlgorithms/Root/xAODWriterAlg.cxx
- PhysicsAnalysis/Algorithms/StandaloneAnalysisAlgorithms/StandaloneAnalysisAlgorithms/xAODWriterAlg.h 2 additions, 0 deletions...isAlgorithms/StandaloneAnalysisAlgorithms/xAODWriterAlg.h
Please register or sign in to comment