- reduced storage impact of
mscw_energybranch (mostly due to change of doubles to floats; removal of unused variables); reduction is on storage requirements is ~25%. - efficiency improvement in running
mscw_energy-> 20% faster - fine-tuning of docker build scripts to improve build efficiency
- add code to redo stereo reconstruction to
CData.cpp. Functions are namedreconstruct_3tel_images* - generalized calculation of MSCW, MSCL, MWR, MWL variables in new classes
VMeanScaledVariables - allow to recalculate
dispBDTDirectionanddispBDTEnergyinVDispAnalyzerfrom values per image - several important improvements and bug fixes in stereo reconstruction code in
VTableLookupDataHandler:Chi2from direction reconstruction not correctly filled fromshowerparstrees- bug fix in setting of
NImagesand selected telescopes for 3-telescope runs (functionfill_selected_images_before_redo_stereo_reconstruction)
- clarified that
Erecis fromdispBDTEnergywhileErecSis from simple lookup table reconstruction. Change default values forEnergyReconstructionMethodtoErec(method ID0) foranasumandeffective areacode. - introduced consistent naming of tree reader support classes. Moved them from
.Cto.cpp. Removed obsolete code in these files. - removed
VersionfromCDataclass initialize (as it is read from tree doc string). - removal of
CEffFit.hclasses (not used anywhere) - bug fix in SizeSecondMax calculation for 3-tel reconstruction using in
mscw_energytherec_idoption (no image selection was applied) - maintenance and cleanup of obsolete files (see PR #294)