Skip to content

FT: Improve DetElement structure and initialization

  • remove the empty file, Detector/FT/src/DeFTMat.cpp
  • use begin(xx) instead of xxx.begin() format, like using m_mats.begin() instead of begin(m_mats)
  • use std::nullopt; instead of std::optional<DeFTMat>{}; etc
  • update the copyright of the touch file
  • simplify this->access() to access()
  • define two functor in Detector/FT/src/DeFT.cpp to simply the code

Validated by

  • Core Software
  • RTA
  • Simulation
Edited by Miroslav Saur

Merge request reports

Loading