ATLAS Offline Software
PhysicsAnalysis
D3PDTools
EventLoop
Root
AlgorithmData.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
//
10
// includes
11
//
12
13
#include <
EventLoop/AlgorithmData.h
>
14
15
#include <
AnaAlgorithm/IAlgorithmWrapper.h
>
16
17
//
18
// method implementations
19
//
20
21
namespace
EL
22
{
23
namespace
Detail
24
{
25
AlgorithmData ::
26
AlgorithmData
(std::unique_ptr<IAlgorithmWrapper> val_algorithm)
27
: m_algorithm (std::move (val_algorithm))
28
{}
29
30
AlgorithmData ::
31
~AlgorithmData
() noexcept
32
{
33
// made explicit to reduce include dependencies
34
}
35
}
36
}
EL::Detail::AlgorithmData::~AlgorithmData
~AlgorithmData() noexcept
Definition:
AlgorithmData.cxx:31
EL::Detail::AlgorithmData::AlgorithmData
AlgorithmData()=default
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition:
AlgorithmWorkerData.h:24
AlgorithmData.h
xAOD::DiTauJetParameters::Detail
Detail
Definition:
DiTauDefs.h:38
IAlgorithmWrapper.h
Generated on Thu Nov 7 2024 21:09:50 for ATLAS Offline Software by
1.8.18