38ATH_MSG_FATAL("No tau collection provided for thinning.");
39return StatusCode::FAILURE;
40 } else { ATH_MSG_INFO("Inner detector track particles associated with objects in " << m_tauKey.key() << " will be retained in this format with the rest being thinned away");}
44ATH_MSG_FATAL("No tau tracks collection provided for thinning, despite this option being requested.");
45return StatusCode::FAILURE;
46 } else {
47ATH_MSG_INFO("Tau track thinning requested; tau tracks with the SG key " << m_tauTracksSGKey.key() << " will be thinned if not associated with objects in " << m_tauKey.key());