Skip to content

Use ReadCondHandleKey::initialize(bool)

Susumu Oda requested to merge oda/athena:master-unused-ReadCondHandleKey into master

Use ReadCondHandleKey::initialize(bool) instead of

if (bool) {
  ReadCondHandleKey::initialize();
}

to automatically disable ReadCondHandleKey if it is not needed. https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/Control/StoreGate/src/VarHandleKey.cxx#0110

This is a follow-up of !25960 (merged)

Edited by Susumu Oda

Merge request reports