ATLAS Offline Software
Loading...
Searching...
No Matches
WriteAthenaRoot Namespace Reference

Functions

 _configureWriteAthenaRoot ()

Variables

list __all__ = [ 'createNtupleOutputStream' ]
 export the default class to create output streams

Function Documentation

◆ _configureWriteAthenaRoot()

WriteAthenaRoot._configureWriteAthenaRoot ( )
protected
Helper method to configure Athena to write out ROOT files 

Definition at line 14 of file WriteAthenaRoot.py.

14def _configureWriteAthenaRoot():
15 """ Helper method to configure Athena to write out ROOT files """
16
17 from AthenaCommon.Logging import logging
18 msg = logging.getLogger( 'configureWriteAthenaRoot' )
19 msg.debug( "Configuring Athena for writing ROOT files..." )
20
21 # Load the basic services
22 import AthenaRootComps.AthenaRootBase # noqa: F401
23
24 msg.debug( "Configuring Athena for writing ROOT files... [DONE]" )
25 return
26

Variable Documentation

◆ __all__

list WriteAthenaRoot.__all__ = [ 'createNtupleOutputStream' ]
private

export the default class to create output streams

Definition at line 12 of file WriteAthenaRoot.py.