m_EFieldModel exists in both SCT_InducedChargeModel and SCT_InducedChargeModelData because FEM may be switched to FDM if depletion voltage is out of range.
Make methods const using SCT_InducedChargeModelData.
As preparation for AthenaMT in release 22
Add cache of SCT_InducedChargeModelData to avoid the same calculation for every call.
Change EFiled method to getEField method.
Change m_PotentialValue to hold multiple sets (FEM and FDM)
Define getFEMIndex method to get s_VFD0 index and check out of range of s_VFD0.
Move some funtionalities of loadICMParameters to new setEField method.
Chage order of EFieldModel enums for efficient memory usage.
With Athena master 2020-10-25T2101 + MR !37642 (merged) + m_doInducedChargeModel=true
The number of entries is smaller than default one by about 50%. This is not expected and will be investigated. https://its.cern.ch/jira/browse/ATLASSIM-4936 was made.