ATLAS Offline Software
Loading...
Searching...
No Matches
python.AthenaCommonFlags Namespace Reference

Classes

class  AccessMode
class  AllowIgnoreConfigError
class  AthenaCommonFlags
class  EvtMax
class  FilesInput
class  HistOutputs
class  isOnline
class  SkipEvents
class  TreeName

Variables

str __author__ = "S.Binet, M.Gallas"
str __version__ = "$Revision: 1.11 $"
str __doc__ = "AthenaCommonFlags"
list __all__ = [ "athenaCommonFlags" ]
 athenaCommonFlags = jobproperties.AthenaCommonFlags

Variable Documentation

◆ __all__

list python.AthenaCommonFlags.__all__ = [ "athenaCommonFlags" ]
private

Definition at line 24 of file AthenaCommonFlags.py.

◆ __author__

str python.AthenaCommonFlags.__author__ = "S.Binet, M.Gallas"
private

Definition at line 20 of file AthenaCommonFlags.py.

◆ __doc__

str python.AthenaCommonFlags.__doc__ = "AthenaCommonFlags"
private

Definition at line 22 of file AthenaCommonFlags.py.

◆ __version__

str python.AthenaCommonFlags.__version__ = "$Revision: 1.11 $"
private

Definition at line 21 of file AthenaCommonFlags.py.

◆ athenaCommonFlags

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.