9 from AthenaRootComps.OutputStreamAthenaRoot
import createNtupleOutputStream
12 __all__ = [
'createNtupleOutputStream' ]
15 """ Helper method to configure Athena to write out ROOT files """
17 from AthenaCommon.Logging
import logging
18 msg = logging.getLogger(
'configureWriteAthenaRoot' )
19 msg.debug(
"Configuring Athena for writing ROOT files..." )
22 import AthenaRootComps.AthenaRootBase
24 msg.debug(
"Configuring Athena for writing ROOT files... [DONE]" )
31 del _configureWriteAthenaRoot