ATLAS Offline Software
Control
DataModelTest
DataModelTestDataRead
src
DataModelTestDataRead/src/GAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
12
#include "
DataModelTestDataRead/versions/GAuxContainer_v1.h
"
13
#include "
AthContainersInterfaces/AuxDataOption.h
"
14
#include <stdexcept>
15
16
17
namespace
DMTest
{
18
19
20
GAuxContainer_v1::GAuxContainer_v1
()
21
:
xAOD
::AuxContainerBase()
22
{
23
if
(!anInt.setOption (
SG::AuxDataOption
(
"nbits"
, 17)))
24
{
25
throw
std::runtime_error (
"Can't set packing options in GAuxContainer_v1"
);
26
}
27
}
28
29
30
}
// namespace DMTest
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
DMTest::GAuxContainer_v1::GAuxContainer_v1
GAuxContainer_v1()
Definition:
DataModelTestDataRead/src/GAuxContainer_v1.cxx:20
AuxDataOption.h
Hold information about an option setting request.
SG::AuxDataOption
Hold information about an option setting request.
Definition:
AuxDataOption.h:37
GAuxContainer_v1.h
Test for xAOD auto schema evolution.
DMTest
Definition:
B.h:23
Generated on Thu Nov 7 2024 21:15:36 for ATLAS Offline Software by
1.8.18