Skip to content

Added geometry versioning and tool to generate the checksum

Ben Couturier requested to merge bcouturi_versioning into master

Added geometry versioning and tool to generate the checksum.

The tool can be used in this way:

./build.x86_64-centos7-gcc9-opt/bin/run checksumGeo -o compact/v0.1/checksums.yml compact/v0.1/LHCb.xml

The compact subdirectory has been refactored and contains:

  • trunk: for the current geometry being developped
  • v0.1: For and example of "tagged" version of the geometry

Each of those directories contains a checksums file generated with the checksumGeo command to verify where tagged versions were changed. The trunk version should also be updated before committing.

Edited by Ben Couturier

Merge request reports