Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The hepix script that gets run when you start bash now sets up the FRONTIER_SERVER variable (to $ATLAS_FRONTIER_CONF).
This dramatically improves the geometry and conditions database access speed, especially when processing read data!

...

For CMT component libraries, like an Analysis_Skeleton package which reads AODs,
you can save some time during the build step (even during the QUICK=1 build!) by
not bothering to build the static library (since you only ever call it from athena.py), by adding the "-no_static" flag in your package/cmt/requirements file:

Code Block

library StoppedGluinoAnalysis -no_static *.cxx components/*.cxx

...

Please add tricks of your own!

...