backward compat AthenaRootOutputStream = createOutputStream AthenaRootOutputConditionStream = createOutputConditionStream
More...
backward compat AthenaRootOutputStream = createOutputStream AthenaRootOutputConditionStream = createOutputConditionStream
Definition at line 92 of file OutputStreamAthenaRoot.py.
◆ __init__()
| OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect.__init__ |
( |
| self, |
|
|
| name = 'Stream1', |
|
|
** | kw ) |
Definition at line 93 of file OutputStreamAthenaRoot.py.
93 def __init__(self, name='Stream1', **kw):
94 kw['name'] = kw.get('name', name)
95 super(AthenaRootNtupleOutputStreamProtect, self).__init__(**kw)
96 return
97
◆ _get_output_file()
| OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect._get_output_file |
( |
| self | ) |
|
|
protected |
Definition at line 103 of file OutputStreamAthenaRoot.py.
103 def _get_output_file(self):
104 return self._properties['OutputFile'].__get__(self)
105
◆ _set_output_file()
| OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect._set_output_file |
( |
| self, |
|
|
| fname ) |
|
protected |
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
101 return
102
◆ _name
| OutputStreamAthenaRoot.AthenaRootNtupleOutputStreamProtect._name |
|
protected |
◆ OutputFile
The documentation for this class was generated from the following file: