backward compat AthenaRootOutputStream = createOutputStream AthenaRootOutputConditionStream = createOutputConditionStream
More...
backward compat AthenaRootOutputStream = createOutputStream AthenaRootOutputConditionStream = createOutputConditionStream
Definition at line 92 of file OutputStreamAthenaRoot.py.
◆ __init__()
def OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect.__init__ |
( |
|
self, |
|
|
|
name = 'Stream1' , |
|
|
** |
kw |
|
) |
| |
◆ _get_output_file()
def OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect._get_output_file |
( |
|
self | ) |
|
|
private |
Definition at line 103 of file OutputStreamAthenaRoot.py.
103 def _get_output_file(self):
104 return self._properties[
'OutputFile'].__get__(self)
◆ _set_output_file()
def OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect._set_output_file |
( |
|
self, |
|
|
|
fname |
|
) |
| |
|
private |
Definition at line 98 of file OutputStreamAthenaRoot.py.
98 def _set_output_file(self, fname):
99 self._properties[
'OutputFile'].__set__(self, fname)
100 CfgMgr.Athena__RootNtupleOutputStream(
"%s_FH" % (self._name,)).OutputFile = fname
◆ OutputFile
The documentation for this class was generated from the following file: