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
11class TFile;
12
13namespace columnar
14{
15 namespace TestUtils
16 {
17 struct TestDefinition;
18 struct UserConfiguration;
19
20 void runXaodArrayTest (const UserConfiguration& userConfiguration, const TestDefinition& testDefinition, TFile *file);
21 }
22}
23
24#endif
void runXaodArrayTest(const UserConfiguration &userConfiguration, const TestDefinition &testDefinition, TFile *file)
TFile * file