Forked from
atlas / athena
12565 commits behind the upstream repository.
-
DataModelRunTests: Test reading/writing jagged vectore. Add classes using jagged vectors to the xAOD tests.
DataModelRunTests: Test reading/writing jagged vectore. Add classes using jagged vectors to the xAOD tests.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
JVecAuxInfo_v1.cxx 410 B
/*
* Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
*/
/**
* @file DataModelTestDataCommon/JVecAuxInfo_v1.h
* @author scott snyder <snyder@bnl.gov>
* @date May, 2024
* @brief For testing jagged vectors.
*/
#include "DataModelTestDataCommon/versions/JVecAuxInfo_v1.h"
namespace DMTest {
JVecAuxInfo_v1::JVecAuxInfo_v1()
: xAOD::AuxInfoBase()
{
}
} // namespace DMTest