Skip to content

Btrigger Optimizations

Adam Edward Barton requested to merge abarton/athena:BtrigOpti into master
  • Reduce calls to TrackParticle::p4() - not a trivial function, not optimizable by compiler
  • Factor out beamspot data retrieval to outer loop - reduces calls
  • Remove unused includes - still uses a lot of memory to compile but this should help.

Merge request reports