track version number for follow-up analysis
The "analyzed" file written to the event directory should include a version number for the analysis code. The version number should increase monotonically, so it can't purely be a git hash. the best option is probably "git describe" in conjunction with tags. the tags should be made/applied on deployment.