![]() |
ATLAS Offline Software
|
Variables | |
| inputs = ServiceMgr.EventSelector.InputCollections | |
| tmpCollFile = locals().get("AthenaInputSortCollName", "sortedEventRefs" + str(os.getpid()) ) | |
| sortTag = locals().get("AthenaInputSortTag", "LumiBlockN") | |
| sortOrd = locals().get("AthenaInputSortOrder", "Ascending") | |
| sorter = SortedCollectionCreator(name="SortEvents") | |
| outputCollection | |
| sortAttribute | |
| sortOrder | |
| InputCollections | |
| CollectionType | |
| postInclude.CollectionType |
Definition at line 35 of file postInclude.SortInput.py.
| postInclude.InputCollections |
Definition at line 34 of file postInclude.SortInput.py.
| postInclude.inputs = ServiceMgr.EventSelector.InputCollections |
Definition at line 15 of file postInclude.SortInput.py.
| postInclude.outputCollection |
Definition at line 27 of file postInclude.SortInput.py.
| postInclude.sortAttribute |
Definition at line 27 of file postInclude.SortInput.py.
| postInclude.sorter = SortedCollectionCreator(name="SortEvents") |
Definition at line 23 of file postInclude.SortInput.py.
| postInclude.sortOrd = locals().get("AthenaInputSortOrder", "Ascending") |
Definition at line 20 of file postInclude.SortInput.py.
| postInclude.sortOrder |
Definition at line 27 of file postInclude.SortInput.py.
| postInclude.sortTag = locals().get("AthenaInputSortTag", "LumiBlockN") |
Definition at line 19 of file postInclude.SortInput.py.
| postInclude.tmpCollFile = locals().get("AthenaInputSortCollName", "sortedEventRefs" + str(os.getpid()) ) |
Definition at line 18 of file postInclude.SortInput.py.