Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
28 : m_Component_Alias (cp_alias),
37 cout <<
indent <<
"JobOption: " << m_Component_Alias <<
"." << m_Name <<
" = " << m_Value
38 <<
" type: " << m_Type <<
"\t op: " << m_Op << endl;
43 <<
" type: " << jo.
type() <<
"\t op: " << jo.
op();
std::ostream & operator<<(std::ostream &os, const TrigConf::IsolationLegacy &iso)
virtual void print(const std::string &indent="", unsigned int detail=1) const override
print method
const std::string & component_alias() const
hold a single job option (parameter and value)
const std::string & value() const
accessor to parameter value
const std::string & name() const
accessor to component alias
JobOption(const std::string &cp_alias, const std::string &name, const std::string &type, const std::string &op, const std::string &value)
constructor
const std::string & op() const
accessor to optional set flag
const std::string & type() const
accessor to parameter type