ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
16
17//
18// method implementations
19//
20
21namespace 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}
Definition Job.h:51
an implementation of DiskWriter for local files
This module defines the arguments passed from the BATCH driver to the BATCH worker.