Fixing crash in TrigAnalysisTest caused by new argument in Derivation_tf
This one-line fix restores the hasattr check for the new skimmingExpression argument in Derivation_tf introduced in !76494 (merged). Although this attribute always exists when Derivation_tf is used, this isn't necessarily the case with the test scripts such as TrigAnalysisTest. So the hassattr has to be there.