The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
PythonAdaptor Class Reference

#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/PythonConfig.h>

Collaboration diagram for PythonAdaptor:

Public Member Functions

 PythonAdaptor (Gaudi::Interfaces::IOptionsSvc *optsSvc)
 
void addPropertyToJobOptions (const std::string &client, const std::string &name, const std::string &value)
 

Private Attributes

Gaudi::Interfaces::IOptionsSvcm_optsSvc
 

Detailed Description

Definition at line 18 of file PythonConfig.h.

Constructor & Destructor Documentation

◆ PythonAdaptor()

PythonAdaptor::PythonAdaptor ( Gaudi::Interfaces::IOptionsSvc * optsSvc)
inline

Definition at line 20 of file PythonConfig.h.

20: m_optsSvc( optsSvc ) {}
Gaudi::Interfaces::IOptionsSvc * m_optsSvc

Member Function Documentation

◆ addPropertyToJobOptions()

void PythonAdaptor::addPropertyToJobOptions ( const std::string & client,
const std::string & name,
const std::string & value )
inline

Definition at line 21 of file PythonConfig.h.

21 {
22 m_optsSvc->set( client + '.' + name, value );
23 }

Member Data Documentation

◆ m_optsSvc

Gaudi::Interfaces::IOptionsSvc* PythonAdaptor::m_optsSvc
private

Definition at line 26 of file PythonConfig.h.


The documentation for this class was generated from the following file: