CaloRingerTools: Don't use exceptions for non-exceptional cases.
Use isAvailable() to test if an auxiliary variable exists rather than catching an exception.
Use isAvailable() to test if an auxiliary variable exists rather than catching an exception.