 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
3"""module to access Event objects interactively
6:contact: Tadashi.Maeno@cern.ch
9__docformat__ =
"restructuredtext en"
11from 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)