ATLAS Offline Software
Loading...
Searching...
No Matches
postInclude Namespace Reference

Variables

 inputs = ServiceMgr.EventSelector.InputCollections
 tmpCollFile = locals().get("AthenaInputSortCollName", "sortedEventRefs" + str(os.getpid()) + ".root")
 sortTag = locals().get("AthenaInputSortTag", "LumiBlockN")
 sortOrd = locals().get("AthenaInputSortOrder", "Ascending")
 sorter = SortedCollectionCreator(name="SortEvents")
 outputCollection
 sortAttribute
 sortOrder
 AttemptCatalogPatch
 InputCollections
 CollectionType

Variable Documentation

◆ AttemptCatalogPatch

postInclude.AttemptCatalogPatch

Definition at line 33 of file postInclude.SortInput.py.

◆ CollectionType

postInclude.CollectionType

Definition at line 37 of file postInclude.SortInput.py.

◆ InputCollections

postInclude.InputCollections

Definition at line 36 of file postInclude.SortInput.py.

◆ inputs

postInclude.inputs = ServiceMgr.EventSelector.InputCollections

Definition at line 15 of file postInclude.SortInput.py.

◆ outputCollection

postInclude.outputCollection

Definition at line 27 of file postInclude.SortInput.py.

◆ sortAttribute

postInclude.sortAttribute

Definition at line 27 of file postInclude.SortInput.py.

◆ sorter

postInclude.sorter = SortedCollectionCreator(name="SortEvents")

Definition at line 23 of file postInclude.SortInput.py.

◆ sortOrd

postInclude.sortOrd = locals().get("AthenaInputSortOrder", "Ascending")

Definition at line 20 of file postInclude.SortInput.py.

◆ sortOrder

postInclude.sortOrder

Definition at line 27 of file postInclude.SortInput.py.

◆ sortTag

postInclude.sortTag = locals().get("AthenaInputSortTag", "LumiBlockN")

Definition at line 19 of file postInclude.SortInput.py.

◆ tmpCollFile

postInclude.tmpCollFile = locals().get("AthenaInputSortCollName", "sortedEventRefs" + str(os.getpid()) + ".root")

Definition at line 18 of file postInclude.SortInput.py.