ATLAS Offline Software
Loading...
Searching...
No Matches
CTrigAuxContainer_v1.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 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4*/
11
12
13#ifndef DATAMODELTESTDATACOMMON_CTRIGAUXCONTAINER_V1_H
14#define DATAMODELTESTDATACOMMON_CTRIGAUXCONTAINER_V1_H
15
16
19#include <vector>
20
21
22namespace DMTest {
23
24
27{
28public:
30
31 void setName( const char* /*name*/ ) {}
32
33
34private:
35 AUXVAR_DECL (int, anInt);
36 AUXVAR_DECL (float, aFloat);
37};
38
39
40} // namespace DMTest
41
42
44
45
46#endif // not DATAMODELTESTDATACOMMON_CTRIGAUXCONTAINER_V1_H
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for dynamic auxiliary stores saved into ByteStream.
Definition B.h:23