ATLAS Offline Software
Loading...
Searching...
No Matches
PhysliteTest.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef COLUMNAR_TEST_FIXTURES_PHYSLITE_TEST_H
9#define COLUMNAR_TEST_FIXTURES_PHYSLITE_TEST_H
10
11#include <span>
12
13class TFile;
14
15namespace columnar
16{
17 namespace TestUtils
18 {
19 struct TestDefinition;
20 struct UserConfiguration;
21
22 void runXaodTest (const UserConfiguration& userConfiguration, std::span<const TestDefinition> testDefinitions, TFile *file);
23 void runXaodArrayTest (const UserConfiguration& userConfiguration, const TestDefinition& testDefinition, TFile *file);
24 }
25}
26
27#endif
void runXaodArrayTest(const UserConfiguration &userConfiguration, const TestDefinition &testDefinition, TFile *file)
void runXaodTest(const UserConfiguration &userConfiguration, std::span< const TestDefinition > testDefinitions, TFile *file)
TFile * file