ATLAS Offline Software
Loading...
Searching...
No Matches
EventPtrDef.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigAnalysisTest_EVENTPTRDEF_H
6#define TrigAnalysisTest_EVENTPTRDEF_H
7/* This is a copy of TrigDecisionTool/EventPtrDef.h
8 * should be removed and taken from the original once the
9 * tag is propagated
10 */
11
12namespace asg {
13 class SgTEvent;
14}
15class StoreGateSvc;
16
17#ifdef XAOD_STANDALONE
19#elif !defined(XAOD_STANDALONE)
21#else
22# error "Wrong environment configuration detected!"
23#endif
24
25#endif
StoreGateSvc * EventPtr_t
Definition EventPtrDef.h:20
The Athena Transient Store API.
Wrapper for TEvent to make it look like StoreGate.
Definition SgTEvent.h:44