Btrigger Optimizations
- 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.