The name of the ttree in the input file
Definition at line 65 of file AthenaCommonFlags.py.
◆ _do_action()
def python.AthenaCommonFlags.TreeName._do_action |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwds |
|
) |
| |
|
private |
Definition at line 71 of file AthenaCommonFlags.py.
71 def _do_action( self, *args, **kwds ):
72 from AthenaCommon
import AppMgr
73 if not hasattr(AppMgr.ServiceMgr,
"EventSelector"):
75 jobproperties.AthenaCommonFlags.AccessMode=
"TreeAccess"
77 if not hasattr(AppMgr.ServiceMgr.EventSelector,
"TupleName"):
78 if self.StoredValue !=
"CollectionTree":
79 raise ValueError(
"TreeName can only be CollectionTree if you are not using AccessMode=TreeAccess")
81 AppMgr.ServiceMgr.EventSelector.TupleName = self.StoredValue
◆ allowedType
string python.AthenaCommonFlags.TreeName.allowedType = "str" |
|
static |
◆ statusOn
bool python.AthenaCommonFlags.TreeName.statusOn = True |
|
static |
◆ StoredValue
string python.AthenaCommonFlags.TreeName.StoredValue = "CollectionTree" |
|
static |
The documentation for this class was generated from the following file: