Fixed optional handles in SCT_DCSConditionsStatCondAlg
Common pattern that needs fixing: if ( condition ) myHandle.initialize()
when it should be myHandle.initialize( condition )
See https://its.cern.ch/jira/browse/ATR-21690 in general, and https://its.cern.ch/jira/browse/ATR-21676 specific to this case
Edited by Benjamin Michael Wynne