ATLAS Offline Software
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 */
13 #ifndef DATAMODELTESTDATACOMMON_CTRIGAUXCONTAINER_V1_H
14 #define DATAMODELTESTDATACOMMON_CTRIGAUXCONTAINER_V1_H
15 
16 
18 #include "AthenaKernel/BaseInfo.h"
19 #include <vector>
20 
21 
22 namespace DMTest {
23 
24 
27 {
28 public:
30 
31  void setName( const char* /*name*/ ) {}
32 
33 
34 private:
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
DMTest::CTrigAuxContainer_v1::setName
void setName(const char *)
Definition: CTrigAuxContainer_v1.h:31
DMTest::CTrigAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(float, aFloat)
DMTest::CTrigAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, anInt)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
SG_BASE(DMTest::CTrigAuxContainer_v1, xAOD::ByteStreamAuxContainer_v1)
DMTest::CTrigAuxContainer_v1::CTrigAuxContainer_v1
CTrigAuxContainer_v1()
Definition: CTrigAuxContainer_v1.cxx:18
ByteStreamAuxContainer_v1.h
DMTest::CTrigAuxContainer_v1
Definition: CTrigAuxContainer_v1.h:27
xAOD::ByteStreamAuxContainer_v1
Base class for dynamic auxiliary stores saved into ByteStream.
Definition: ByteStreamAuxContainer_v1.h:44
DMTest
Definition: B.h:23