FT: Improve DetElement structure and initialization
- remove the empty file,
Detector/FT/src/DeFTMat.cpp - use
begin(xx)instead ofxxx.begin()format, like usingm_mats.begin()instead ofbegin(m_mats) - use
std::nullopt;instead ofstd::optional<DeFTMat>{};etc - update the copyright of the touch file
- simplify
this->access()toaccess() - define two functor in
Detector/FT/src/DeFT.cppto simply the code
Validated by
-
Core Software -
RTA -
Simulation
Edited by Miroslav Saur