ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Database
AthenaRoot
AthenaRootComps
src
xAODTEvent.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// xAODTEvent.h
8
// Header file for class xAODTEvent
9
// Author: Johannes Elmsheuser, Will Buttinger
11
#ifndef ATHENAROOTCOMPS_XAODTEVENT_H
12
#define ATHENAROOTCOMPS_XAODTEVENT_H 1
13
14
//This class exists purely to gain public access to the getInputObject method of
15
//xAOD::TEvent. We need this because we cannot use the templated retrieve method
16
17
18
#include "
xAODRootAccess/TEvent.h
"
19
20
namespace
xAOD
{
21
22
class
xAODTEvent
:
public
xAOD::TEvent
23
{
24
public
:
25
xAODTEvent
(
EAuxMode
mode =
kClassAccess
)
26
:
xAOD
::
TEvent
(mode)
27
{
28
m_ctx
= Gaudi::Hive::currentContext();
29
}
30
using
TEvent::getInputObject
;
31
};
32
33
}
//> end namespace xAOD
34
35
#endif
//> !ATHENAROOTCOMPS_XAODTEVENT_H
TEvent.h
xAOD::Event::m_ctx
EventContext m_ctx
The event context associated with this event.
Definition
Event.h:408
xAOD::Event::getInputObject
const void * getInputObject(SG::sgkey_t key, const std::type_info &ti, bool silent) override
Function for retrieving an input object in a non-template way.
Definition
EventTVirtualEvent.cxx:162
xAOD::TEvent
Tool for accessing xAOD files outside of Athena.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:59
xAOD::TEvent::EAuxMode
EAuxMode
Auxiliary store "mode".
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:71
xAOD::TEvent::kClassAccess
@ kClassAccess
Access auxiliary data using the aux containers.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:73
xAOD::TEvent::TEvent
TEvent(EAuxMode mode=kClassAccess)
Default constructor.
Definition
Control/xAODRootAccess/Root/TEvent.cxx:69
xAOD::xAODTEvent::xAODTEvent
xAODTEvent(EAuxMode mode=kClassAccess)
Definition
xAODTEvent.h:25
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
Generated on
for ATLAS Offline Software by
1.17.0