Skip to content

Spires-to-Inspire analysis renaming

Andy Buckley requested to merge spires-to-inspire into release-3-2-x

Migrating all remaining SPIRES-based S123456 analysis names to the "modern" Inspire-based coding. Performed by checked-in script analyses/renameS2I.sh: takes a .cc path, extracts the SPIRES code, identifies the Inspire code from the .info file, replaces all instances of the old with the new, taking care with a) the aliased plugin declaration, whose arguments are switched, and b) the ref-data files, which need to be unzipped before replacement and re-zipped afterward.

As far as I can tell, this has worked as intended. The only errors apparent from the script were from BSM analyses that have no ref-data file (and were confirmed as such).

Merge request reports