Skip to content

AthenaPython: Avoid some root/cling Error messages.

Scott Snyder requested to merge ssnyder/athena:root.AthenaPython-20190829 into master

Was seeing Error messages from CreateRealData about std::stream objects, that were triggered by trying to create a dictionary for GaudiPython::CallbackStreamBuf. This can be avoided by touching this dictionary earlier.

Merge request reports