ATLAS Offline Software
Loading...
Searching...
No Matches
SGTest Namespace Reference

Classes

struct  TestStoreRemap
struct  TestStoreRemapHash
class  TestStore

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 ( void )

Definition at line 247 of file TestStore.cxx.

248{
249 SG::CurrentEventStore::setStore (&store);
250}
TestStore store
Definition TestStore.cxx:23

◆ getTestStore()

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

Definition at line 253 of file TestStore.cxx.

254{
255 auto store = std::make_unique<TestStore>();
256 SG::CurrentEventStore::setStore (store.get());
257 return store;
258}

Variable Documentation

◆ store

TestStore SGTest::store

Definition at line 23 of file TestStore.cxx.