ATLAS Offline Software
EventStoreType.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 
9 #ifndef ASG_TOOLS__EVENT_STORE_TYPE_H
10 #define ASG_TOOLS__EVENT_STORE_TYPE_H
11 
12 #ifndef XAOD_STANDALONE
13 class StoreGateSvc;
14 #endif
15 
16 namespace asg
17 {
18 #ifdef XAOD_STANDALONE
19  class SgTEvent;
20 #endif
21 
26 #ifndef XAOD_STANDALONE
28 #else
29  typedef SgTEvent EventStoreType;
30 #endif
31 }
32 
33 #endif
asg::EventStoreType
StoreGateSvc EventStoreType
the type returned by AsgTool::evtStore
Definition: EventStoreType.h:27
asg
Definition: DataHandleTestTool.h:28
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
asg::SgTEvent
Wrapper for TEvent to make it look like StoreGate.
Definition: SgTEvent.h:44