Skip to content
  • scott snyder's avatar
    MuonTrackSummaryHelperTool: Fix clang warnings. · 66893db9
    scott snyder authored
    Converting &(m_idHelperTool->cscIdHelper()) to a truth value is meaningless,
    since the compiler can (and sometimes does) assume that it is always true.
    This is anyway redundant with isCsc(), so remove it.
    66893db9