ATLAS Offline Software
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 
12 namespace asg {
13  class SgTEvent;
14 }
15 class StoreGateSvc;
16 
17 #ifdef XAOD_STANDALONE
18  typedef asg::SgTEvent* EventPtr_t;
19 #elif !defined(XAOD_STANDALONE)
21 #else
22 # error "Wrong environment configuration detected!"
23 #endif
24 
25 #endif
asg
Definition: DataHandleTestTool.h:28
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
EventPtr_t
StoreGateSvc * EventPtr_t
Definition: EventPtrDef.h:15
asg::SgTEvent
Wrapper for TEvent to make it look like StoreGate.
Definition: SgTEvent.h:44