Skip to content

v0.17.11

Choose a tag to compare

@DimitrySteenkamer DimitrySteenkamer released this 08 Oct 11:33
· 185 commits to master since this release
4cf8d3c
  • Changes made to the database and go-api-bindings[#420]#420
    • New field to be added to the RUNS table.
      • name: detectors
        • type: SET
          • ALTER TABLE runs ADD detectors SET('CPV', 'EMC', 'FDD', 'FT0', 'FV0', 'HMP', 'ITS', 'MCH', 'MFT', 'MID', 'PHS', 'TOF', 'TPC', 'TRD', 'TST', 'ZDC');
          • ALTER TABLE runs modify detectors SET('CPV', 'EMC', 'FDD', 'FT0', 'FV0', 'HMP', 'ITS', 'MCH', 'MFT', 'MID', 'PHS', 'TOF', 'TPC', 'TRD', 'TST', 'ZDC');