Skip to content

Changed name of FT methods to make software clearer

Louis Henry requested to merge lohenry-fixMatElementID into master

Methods in FT will be changed from 'module()' or 'uniqueModule' to methods like:

  • globalXID: unique (in global) identifier of X
  • localXID: unique (within the parent) identifier of X.

IDs and Idx are made formally different. An idx is contiguous, and starts at 0.

Must be merged with Rec!3018 (merged), Boole!402 (merged), LHCb!3679 (merged), Detector!239 (merged)

Edited by Louis Henry

Merge request reports