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 () = default;
23
24
25
26 PythonConfigBase ::
27 PythonConfigBase (const std::string& val_typeAndName)
28 : AsgComponentConfig (val_typeAndName)
29 {}
30
31
32
33 const std::string& PythonConfigBase ::
34 componentType () const noexcept
35 {
36 return m_componentType;
37 }
38
39
40
41 void PythonConfigBase ::
42 setComponentType (const std::string& val_componentType)
43 {
44 m_componentType = val_componentType;
45 }
46}
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.