ATLAS Offline Software
|
Classes | |
class | AccessMode |
class | AllowIgnoreConfigError |
class | AthenaCommonFlags |
class | EvtMax |
class | FilesInput |
class | HistOutputs |
class | isOnline |
class | SkipEvents |
class | TreeName |
Variables | |
string | __author__ = "S.Binet, M.Gallas" |
string | __version__ = "$Revision: 1.11 $" |
string | __doc__ = "AthenaCommonFlags" |
list | __all__ = [ "athenaCommonFlags" ] |
athenaCommonFlags = jobproperties.AthenaCommonFlags | |
|
private |
Definition at line 24 of file AthenaCommonFlags.py.
|
private |
Definition at line 20 of file AthenaCommonFlags.py.
|
private |
Definition at line 22 of file AthenaCommonFlags.py.
|
private |
Definition at line 21 of file AthenaCommonFlags.py.
python.AthenaCommonFlags.athenaCommonFlags = jobproperties.AthenaCommonFlags |
3rd step adding the container to the general top-level container
4th step adding athena common flags to the AthenaCommonFlags container
5th step short-cut for lazy people carefull: do not select AthenaCommonFlags as a short name as well. otherwise problems with pickle Note: you still have to import it:
from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
Definition at line 201 of file AthenaCommonFlags.py.