ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
AnaAlgorithm
Root
PythonConfigBase.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
//
10
// includes
11
//
12
13
#include <
AnaAlgorithm/PythonConfigBase.h
>
14
15
//
16
// method implementations
17
//
18
19
namespace
EL
20
{
21
PythonConfigBase ::
22
PythonConfigBase ()
23
{}
24
25
26
27
PythonConfigBase ::
28
PythonConfigBase (
const
std::string& val_typeAndName)
29
:
AsgComponentConfig
(val_typeAndName)
30
{}
31
32
33
34
const
std::string& PythonConfigBase ::
35
componentType ()
const
noexcept
36
{
37
return
m_componentType
;
38
}
39
40
41
42
void
PythonConfigBase ::
43
setComponentType (
const
std::string& val_componentType)
44
{
45
m_componentType
= val_componentType;
46
}
47
}
PythonConfigBase.h
EL::PythonConfigBase::m_componentType
std::string m_componentType
the value of componentType
Definition
PythonConfigBase.h:87
asg::AsgComponentConfig::AsgComponentConfig
AsgComponentConfig()=default
standard constructor
const
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