ATLAS Offline Software
Loading...
Searching...
No Matches
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*/
10
11
14#include <stdexcept>
15
16
17namespace DMTest {
18
19
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
Hold information about an option setting request.
Test for xAOD auto schema evolution.
Hold information about an option setting request.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Definition B.h:23
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.