ATLAS Offline Software
|
Variables | |
int | EVENT_STORE = 0 |
int | DETECTOR_STORE = 1 |
int | CONDITION_STORE = 2 |
int | METADATA_STORE = 3 |
int | INPUT_METADATA_STORE = 4 |
int | PILEUP_STORE = 5 |
int | UNKNOWN = 6 |
int python.StoreID.CONDITION_STORE = 2 |
Definition at line 12 of file StoreID.py.
int python.StoreID.DETECTOR_STORE = 1 |
Definition at line 11 of file StoreID.py.
int python.StoreID.EVENT_STORE = 0 |
Definition at line 10 of file StoreID.py.
int python.StoreID.INPUT_METADATA_STORE = 4 |
Definition at line 14 of file StoreID.py.
int python.StoreID.METADATA_STORE = 3 |
Definition at line 13 of file StoreID.py.
int python.StoreID.PILEUP_STORE = 5 |
Definition at line 15 of file StoreID.py.
int python.StoreID.UNKNOWN = 6 |
Definition at line 16 of file StoreID.py.