![]() |
ATLAS Offline Software
|
hold a single job option (parameter and value) More...
#include <JobOption.h>
Public Member Functions | |
| JobOption (const std::string &cp_alias, const std::string &name, const std::string &type, const std::string &op, const std::string &value) | |
| constructor | |
| virtual | ~JobOption () override=default |
| destructor | |
| const std::string & | component_alias () const |
| const std::string & | name () const |
| accessor to component alias | |
| const std::string & | type () const |
| accessor to parameter type | |
| const std::string & | op () const |
| accessor to optional set flag | |
| const std::string & | value () const |
| accessor to parameter value | |
| virtual void | print (const std::string &indent="", unsigned int detail=1) const override |
| print method | |
| int | superMasterTableId () const |
| unsigned int | smk () const |
| unsigned int | id () const |
| const std::string & | comment () const |
| unsigned int | version () const |
| void | setSuperMasterTableId (int id) |
| void | setSMK (int id) |
| void | setId (unsigned int id) |
| void | setName (const std::string &name) |
| void | setVersion (unsigned int version) |
| void | setComment (const std::string &c) |
| void | printNameIdV (const std::string &indent="") const |
| virtual std::string | __str__ () const |
Protected Member Functions | |
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Private Attributes | |
| std::string | m_Component_Alias |
| accessor to component alias | |
| std::string | m_Name |
| accessor to parameter name | |
| std::string | m_Type |
| accessor to parameter type | |
| std::string | m_Op |
| accessor to optional set flag | |
| std::string | m_Value |
| accessor to parameter value | |
| unsigned int | m_smk |
| unsigned int | m_id |
| std::string | m_name |
| unsigned int | m_version |
| std::string | m_comment |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const JobOption &jo) |
hold a single job option (parameter and value)
Definition at line 32 of file JobOption.h.
| TrigConf::JobOption::JobOption | ( | const std::string & | cp_alias, |
| const std::string & | name, | ||
| const std::string & | type, | ||
| const std::string & | op, | ||
| const std::string & | value ) |
constructor
| cp_alias | alias of the component the joboption belongs to (name of instance of component) |
| name | name of the joboption parameter |
| type | type of the joboption parameter |
| op | set-flag (not used) |
| value | value of joboption parameter |
Definition at line 23 of file JobOption.cxx.
|
overridevirtualdefault |
destructor
|
virtualinherited |
Reimplemented in TrigConf::HLTChain, TrigConf::HLTPrescaleSet, TrigConf::HLTSequence, and TrigConf::TriggerItem.
Definition at line 50 of file TrigConfData.cxx.
|
inlineinherited |
Definition at line 23 of file TrigConfData.h.
|
inline |
Definition at line 53 of file JobOption.h.
|
inlineinherited |
Definition at line 21 of file TrigConfData.h.
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
|
inline |
|
inline |
accessor to optional set flag
Definition at line 56 of file JobOption.h.
|
overridevirtual |
print method
Implements TrigConf::TrigConfData.
Definition at line 36 of file JobOption.cxx.
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
|
inlineinherited |
Definition at line 32 of file TrigConfData.h.
|
inlineinherited |
Definition at line 29 of file TrigConfData.h.
|
inlineinherited |
Definition at line 30 of file TrigConfData.h.
|
inlineinherited |
Definition at line 28 of file TrigConfData.h.
|
inlineinherited |
Definition at line 27 of file TrigConfData.h.
|
inlineinherited |
Definition at line 31 of file TrigConfData.h.
|
inlineinherited |
Definition at line 20 of file TrigConfData.h.
|
inlineinherited |
Definition at line 19 of file TrigConfData.h.
|
inline |
accessor to parameter type
Definition at line 55 of file JobOption.h.
|
inline |
accessor to parameter value
Definition at line 57 of file JobOption.h.
|
inlineinherited |
Definition at line 24 of file TrigConfData.h.
|
friend |
Definition at line 41 of file JobOption.cxx.
|
privateinherited |
Definition at line 48 of file TrigConfData.h.
|
private |
accessor to component alias
Definition at line 65 of file JobOption.h.
|
privateinherited |
Definition at line 45 of file TrigConfData.h.
|
private |
accessor to parameter name
Definition at line 66 of file JobOption.h.
|
privateinherited |
Definition at line 46 of file TrigConfData.h.
|
private |
accessor to optional set flag
Definition at line 68 of file JobOption.h.
|
privateinherited |
Definition at line 44 of file TrigConfData.h.
|
private |
accessor to parameter type
Definition at line 67 of file JobOption.h.
|
private |
accessor to parameter value
Definition at line 69 of file JobOption.h.
|
privateinherited |
Definition at line 47 of file TrigConfData.h.