ATLAS Offline Software
Functions | Variables
WriteAthenaRoot Namespace Reference

Functions

def _configureWriteAthenaRoot ()
 

Variables

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

Function Documentation

◆ _configureWriteAthenaRoot()

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

Definition at line 14 of file WriteAthenaRoot.py.

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.

WriteAthenaRoot._configureWriteAthenaRoot
def _configureWriteAthenaRoot()
Definition: WriteAthenaRoot.py:14