ATLAS Offline Software
P_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
14 
15 
16 namespace DMTest {
17 
18 
19 AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (P_v1, unsigned int, pInt, setPInt)
20 AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (P_v1, float, pFloat, setPFloat)
21 
22 AUXSTORE_OBJECT_SETTER_AND_GETTER (P_v1, std::vector<int>, pvInt, setPVInt)
23 AUXSTORE_OBJECT_MOVE (P_v1, std::vector<int>, pvInt, setPVInt)
24 
25 AUXSTORE_OBJECT_SETTER_AND_GETTER (P_v1, std::vector<float>, pvFloat, setPVFloat)
26 AUXSTORE_OBJECT_MOVE (P_v1, std::vector<float>, pvFloat, setPVFloat)
27 
28 
29 } // namespace DMTest
DMTest::AUXSTORE_OBJECT_SETTER_AND_GETTER
AUXSTORE_OBJECT_SETTER_AND_GETTER(CLinks_v1, ElementLink< CVec >, link, setLink) AUXSTORE_OBJECT_SETTER_AND_GETTER(CLinks_v1
AuxStoreAccessorMacros.h
AUXSTORE_OBJECT_MOVE
#define AUXSTORE_OBJECT_MOVE(CL, TYPE, NAME, SETTER)
Macro creating a move accessor for complex auxiliary properties.
Definition: AuxStoreAccessorMacros.h:101
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(xAOD::PixelCluster_v1, float, widthInEta, setWidthInEta) void xAOD
Definition: PixelCluster_v1.cxx:54
P_v1.h
Class used for testing xAOD data reading/writing with packed containers.
DMTest
Definition: B.h:23