![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, schema, instance, extra=0) | |
| schema (self) | |
| logical (self) | |
| instance (self) | |
| detector (self) | |
| offline (self) | |
Protected Attributes | |
| _schema = schema | |
| _logic = schema[x1+1:] | |
| _detector = schema[x2+1:] | |
| _instance = instance | |
| _extra = extra | |
Definition at line 7 of file AtlCoolSchemaLib.py.
| python.AtlCoolSchemaLib.coolSchema.__init__ | ( | self, | |
| schema, | |||
| instance, | |||
| extra = 0 ) |
initialise from a schema ('ATLAS_COOLONL_INDET')
and instance ('OFLP200')
Definition at line 9 of file AtlCoolSchemaLib.py.
| python.AtlCoolSchemaLib.coolSchema.detector | ( | self | ) |
Definition at line 32 of file AtlCoolSchemaLib.py.
| python.AtlCoolSchemaLib.coolSchema.instance | ( | self | ) |
Definition at line 28 of file AtlCoolSchemaLib.py.
| python.AtlCoolSchemaLib.coolSchema.logical | ( | self | ) |
Definition at line 24 of file AtlCoolSchemaLib.py.
| python.AtlCoolSchemaLib.coolSchema.offline | ( | self | ) |
Definition at line 36 of file AtlCoolSchemaLib.py.
| python.AtlCoolSchemaLib.coolSchema.schema | ( | self | ) |
Definition at line 20 of file AtlCoolSchemaLib.py.
|
protected |
Definition at line 16 of file AtlCoolSchemaLib.py.
|
protected |
Definition at line 18 of file AtlCoolSchemaLib.py.
|
protected |
Definition at line 17 of file AtlCoolSchemaLib.py.
|
protected |
Definition at line 15 of file AtlCoolSchemaLib.py.
|
protected |
Definition at line 14 of file AtlCoolSchemaLib.py.