ATLAS Offline Software
Loading...
Searching...
No Matches
SGHiveEventSlot.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 STOREGATE_SGHIVEEVENTSLOT
6#define STOREGATE_SGHIVEEVENTSLOT 1
13#include <mutex>
14#include <memory>
15
16class SGImplSvc;
17
18namespace SG {
20 friend class TestSGHiveMgrSvc;
21 HiveEventSlot(SGImplSvc* pSG=0, int evt=-1) :
22 pEvtStore(pSG), eventNumber(evt) {}
25 };
26}
27#endif // STOREGATE_SGHIVEEVENTSLOT
28
29
30
31
32
The Athena Transient Store API.
Definition SGImplSvc.h:110
Forward declaration.
HiveEventSlot(SGImplSvc *pSG=0, int evt=-1)
friend class TestSGHiveMgrSvc
SGImplSvc * pEvtStore