ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
15//
16// method implementations
17//
18
19namespace 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}
std::string m_componentType
the value of componentType
AsgComponentConfig()=default
standard constructor
This module defines the arguments passed from the BATCH driver to the BATCH worker.