|
Gaudi Framework, version v25r1 |
| Home | Generated: Mon Mar 24 2014 |


Public Member Functions | |
| def | __missing__ |
| def | fname |
| def | fds |
| def | has_name |
| def | add |
| def | iomode |
| def | get_output_fds |
| def | get_input_fds |
| def | get_fds_in_dir |
| def | create_symlinks |
| def | extract_fds |
Static Public Attributes | |
| string | name "fds_dict" |
| curdir None | |
Definition at line 10 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.__missing__ | ( | self, | |
| key | |||
| ) |
Definition at line 14 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.add | ( | self, | |
| i, | |||
| fname, | |||
| iomode, | |||
| flags | |||
| ) |
Definition at line 35 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.create_symlinks | ( | self, | |
wkdir = "" |
|||
| ) |
create necessary symlinks in worker's dir if the fd is <INPUT> otherwise copy <OUTPUT> file
Definition at line 60 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.extract_fds | ( | self, | |
dir = "" |
|||
| ) |
| def GaudiMP.FdsRegistry.FdsDict.fds | ( | self, | |
| fname | |||
| ) |
Definition at line 25 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.fname | ( | self, | |
| i | |||
| ) |
Definition at line 18 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.get_fds_in_dir | ( | self, | |
dir = "" |
|||
| ) |
Definition at line 52 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.get_input_fds | ( | self | ) |
Definition at line 49 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.get_output_fds | ( | self | ) |
Definition at line 46 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.has_name | ( | self, | |
| fname | |||
| ) |
Definition at line 28 of file FdsRegistry.py.
| def GaudiMP.FdsRegistry.FdsDict.iomode | ( | self, | |
| i | |||
| ) |
Definition at line 39 of file FdsRegistry.py.
|
static |
Definition at line 12 of file FdsRegistry.py.
|
static |
Definition at line 11 of file FdsRegistry.py.