ATLAS Offline Software
Loading...
Searching...
No Matches
AuxStoreStandalone.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: AuxStoreStandalone.h 597621 2014-05-18 04:19:29Z ssnyder $
14
15
16#ifndef ATHCONTAINERS_AUXSTORESTANDALONE_H
17#define ATHCONTAINERS_AUXSTORESTANDALONE_H
18
19
21
22
23namespace SG {
24
25
40 : public AuxStoreInternal
41{
42public:
47};
48
49
50} // namespace SG
51
52
53#endif // not ATHCONTAINERS_AUXSTORESTANDALONE_H
An auxiliary data store that holds data internally.
AuxStoreInternal(bool standalone=false)
Constructor.
Forward declaration.