ATLAS Offline Software
Loading...
Searching...
No Matches
AthContainers/AthContainers/tools/CurrentEventStore.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
15
16
17#ifndef ATHCONTAINERS_CURRENTEVENTSTORE_H
18#define ATHCONTAINERS_CURRENTEVENTSTORE_H
19
20
21#ifdef XAOD_STANDALONE
24
25namespace AthContainers {
26typedef xAOD::TVirtualEvent IProxyDict;
27}
28namespace SG {
30{
31public:
32 static AthContainers::IProxyDict* store()
33 {
35 }
36};
37} // namespace SG
38#else
41#endif
42
43
44#endif // not ATHCONTAINERS_CURRENTEVENTSTORE_H
Hold a pointer to the current event store.
Hold a pointer to the current event store.
static IProxyDict * store()
Fetch the current store.
static TVirtualEvent * event()
Access the currently active TVirtualEvent object.
Forward declaration.