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

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

Variable Documentation

◆ CollectionType

postInclude.CollectionType

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

◆ InputCollections

postInclude.InputCollections

Definition at line 34 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()) )

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