The list of input data files (if not empty override all the specific XYZInput)
Definition at line 49 of file AthenaCommonFlags.py.
◆ _do_action()
def python.AthenaCommonFlags.FilesInput._do_action |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwds |
|
) |
| |
|
private |
Definition at line 55 of file AthenaCommonFlags.py.
55 def _do_action( self, *args, **kwds ):
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
◆ allowedTypes
list python.AthenaCommonFlags.FilesInput.allowedTypes = ['list'] |
|
static |
◆ statusOn
bool python.AthenaCommonFlags.FilesInput.statusOn = True |
|
static |
◆ StoredValue [1/2]
list python.AthenaCommonFlags.FilesInput.StoredValue = [] |
|
static |
◆ StoredValue [2/2]
python.AthenaCommonFlags.FilesInput.StoredValue |
The documentation for this class was generated from the following file: