ATLAS Offline Software
|
AthenaPool job options file for writing event objects. More...
Go to the source code of this file.
Namespaces | |
WriteAthenaPool_jobOptions | |
AthenaPool job options file for writing event objects.
This is an jobOptions for writing event objects in AthenaPool. It loads the conversion service shared lib, and the EventInfo converter. Each subsystem should provide additional jobOpt fragments to load converter and append to event object ItemList. For example, LArAthenaPool should include:
ApplicationMgr.Dlls += [ "LArAthenaPool" ]; Stream1.ItemList += [ "2701#*", "2731#*" ];
Avoid double inclusion:
Definition in file WriteAthenaPool_jobOptions.py.