ATLAS Offline Software
Classes | Typedefs | Functions | Variables
SGTest Namespace Reference

Classes

class  TestStore
 
struct  TestStoreRemap
 
struct  TestStoreRemapHash
 

Typedefs

typedef SG::sgkey_t sgkey_t
 

Functions

void initTestStore ATLAS_NOT_THREAD_SAFE ()
 
std::unique_ptr< TestStoregetTestStore ()
 

Variables

TestStore store
 

Typedef Documentation

◆ sgkey_t

Definition at line 29 of file TestStore.h.

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

void initTestStore SGTest::ATLAS_NOT_THREAD_SAFE ( )

Definition at line 265 of file TestStore.cxx.

266 {
268 }

◆ getTestStore()

std::unique_ptr< TestStore > SGTest::getTestStore ( )

Definition at line 271 of file TestStore.cxx.

272 {
273  auto store = std::make_unique<TestStore>();
275  return store;
276 }

Variable Documentation

◆ store

TestStore SGTest::store

Definition at line 23 of file TestStore.cxx.

store
StoreGateSvc * store
Definition: fbtTestBasics.cxx:69
SG::CurrentEventStore::setStore
static IProxyDict * setStore(IProxyDict *store)
Set the current store.
Definition: CurrentEventStore.cxx:36