ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoopTest
Root
UnitTestConfig.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
//
9
// includes
10
//
11
12
#include <
EventLoopTest/UnitTestConfig.h
>
13
14
#include <
RootCoreUtils/Assert.h
>
15
#include <
SampleHandler/DiskWriterLocal.h
>
16
17
//
18
// method implementations
19
//
20
21
namespace
EL
22
{
23
std::unique_ptr<SH::DiskWriter> UnitTestConfig ::
24
make_file_writer (
const
std::string& name)
const
25
{
26
return
std::unique_ptr<SH::DiskWriterLocal>
27
(
new
SH::DiskWriterLocal
(
"data/"
+ name));
28
}
29
30
31
32
void
UnitTestConfig ::
33
setupJob (
Job
&
/*job*/
)
const
34
{}
35
}
Assert.h
DiskWriterLocal.h
UnitTestConfig.h
EL::Job
Definition
Job.h:51
SH::DiskWriterLocal
an implementation of DiskWriter for local files
Definition
DiskWriterLocal.h:21
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
Generated on
for ATLAS Offline Software by
1.14.0