|
ATLAS Offline Software
|
Go to the documentation of this file.
3 """module to access Event objects interactively
6 :contact: Tadashi.Maeno@cern.ch
9 __docformat__ =
"restructuredtext en"
11 from PyKernel
import PyKernel
as PyK
14 """Retrieve EventInfo object from SG
16 :param aKey: key of the object
20 athena> e = PyEventTools.getEventInfo('McEventInfo')
21 athena> print e.event_ID().event_number()
24 return PyK.retrieve(
'xAOD::EventInfo',aKey)