The list of input data files (if not empty override all the specific XYZInput)
Definition at line 49 of file AthenaCommonFlags.py.
◆ _do_action()
| python.AthenaCommonFlags.FilesInput._do_action |
( |
| self, |
|
|
* | args, |
|
|
** | kwds ) |
|
protected |
Definition at line 55 of file AthenaCommonFlags.py.
55 def _do_action( self, *args, **kwds ):
56
57 if "" in self.StoredValue:
58 self.StoredValue = list(filter(None,self.StoredValue))
59 from AthenaCommon import AppMgr
60 if hasattr(AppMgr.ServiceMgr,"EventSelector") and hasattr(AppMgr.ServiceMgr.EventSelector,"InputCollections"):
61 AppMgr.ServiceMgr.EventSelector.InputCollections = self.StoredValue
62
63 pass
64
◆ allowedTypes
| list python.AthenaCommonFlags.FilesInput.allowedTypes = ['list'] |
|
static |
◆ statusOn
| bool python.AthenaCommonFlags.FilesInput.statusOn = True |
|
static |
◆ StoredValue
| list python.AthenaCommonFlags.FilesInput.StoredValue = [] |
|
static |
The documentation for this class was generated from the following file: