Skip to content

Code cleanups of SCT_ConditionsAlgorithms and SCT_ConditionsTools packages

Susumu Oda requested to merge oda/athena:master-SCT-DCS into master
  • Code cleanups of SCT_ConditionsAlgorithms and SCT_ConditionsTools packages
    • Use ATH_CHECK(m_condKey.initialize(flag)) instead of if (flag) ATH_CHECK(m_condKey.initialize())
    • Not use .value() of GaudiProperty
    • Use not for bool and ==nullptr for pointer instead of !
    • Use and instead of &&
    • Change (m_readAllDBFolders and m_returnHVTemp) or m_returnHVTemp to m_returnHVTemp
    • Use ATH_CHECK instead of CHECK
    • Unify coding style on white space
  • No result changes are expected.
  • No JIRA ticket

Merge request reports