ATLAS Offline Software
Loading...
Searching...
No Matches
JVec_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-2026 CERN for the benefit of the ATLAS collaboration
4 */
11
12
13#ifndef DATAMODELTESTDATACOMMON_JVEC_V1_H
14#define DATAMODELTESTDATACOMMON_JVEC_V1_H
15
16
19#include "xAODCore/JaggedVec.h"
20#include "AthLinks/ElementLink.h"
22#include <string>
23
24
25namespace DMTest {
26
27
61
62
63} // namespace DMTest
64
65
67
68
69#endif // not DATAMODELTESTDATACOMMON_JVEC_V1_H
Base class for elements of a container that can have aux data.
Class used for testing xAOD data reading/writing.
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Auxiliary variable type allowing storage as a jagged vector. That is, the payloads for all the DataVe...
For testing jagged vectors.
Definition JVec_v1.h:36
SG::ConstAccessor< selt_type >::element_type stringRange_t
Definition JVec_v1.h:47
SG::ConstAccessor< ielt_type >::element_type intRange_t
Definition JVec_v1.h:45
void setLVec(std::span< const ElementLink< CVec > > v)
SG::ConstAccessor< felt_type >::element_type floatRange_t
Definition JVec_v1.h:46
SG::JaggedVecElt< float > felt_type
Definition JVec_v1.h:39
SG::JaggedVecElt< ElementLink< CVec > > lelt_type
Definition JVec_v1.h:41
void setFVec(std::span< const float > v)
intRange_t ivec() const
SG::JaggedVecElt< int > ielt_type
Definition JVec_v1.h:38
SG::ConstAccessor< lelt_type >::element_type linkRange_t
Definition JVec_v1.h:48
SG::JaggedVecElt< std::string > selt_type
Definition JVec_v1.h:40
void setIVec(std::span< const int > v)
void setSVec(std::span< const std::string > v)
linkRange_t lvec() const
stringRange_t svec() const
floatRange_t fvec() const
typename AuxDataTraits< T, ALLOC >::element_type element_type
Describe one element of a jagged vector.
Definition B.h:23
AuxElement(SG::AuxVectorData *container, size_t index)
Base class for elements of a container that can have aux data.