table to hold the complete list of JobOption entries for a single configuration, from which the JobOptionsCatalogue is built.
More...
#include <JobOptionTable.h>
|
std::ostream & | indent (std::ostream &o, int lvl, int size) const |
|
table to hold the complete list of JobOption entries for a single configuration, from which the JobOptionsCatalogue is built.
Definition at line 20 of file JobOptionTable.h.
◆ JobOptionTable()
TrigConf::JobOptionTable::JobOptionTable |
( |
| ) |
|
◆ ~JobOptionTable()
virtual TrigConf::JobOptionTable::~JobOptionTable |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ addJobOption()
◆ comment()
const std::string& TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ hltMasterTableId()
int TrigConf::JobOptionTable::hltMasterTableId |
( |
| ) |
const |
|
inline |
◆ id()
unsigned int TrigConf::TrigConfData::id |
( |
| ) |
const |
|
inlineinherited |
◆ indent()
std::ostream & TrigConfData::indent |
( |
std::ostream & |
o, |
|
|
int |
lvl, |
|
|
int |
size |
|
) |
| const |
|
protectedinherited |
◆ jobOptionVector() [1/2]
std::vector<JobOption>& TrigConf::JobOptionTable::jobOptionVector |
( |
| ) |
|
|
inline |
◆ jobOptionVector() [2/2]
const std::vector<JobOption>& TrigConf::JobOptionTable::jobOptionVector |
( |
| ) |
const |
|
inline |
const accessor to the vector of job options
Definition at line 44 of file JobOptionTable.h.
◆ name()
const std::string& TrigConf::TrigConfData::name |
( |
| ) |
const |
|
inlineinherited |
◆ print()
void TrigConf::JobOptionTable::print |
( |
const std::string & |
indent = "" , |
|
|
unsigned int |
detail = 1 |
|
) |
| const |
|
overridevirtual |
print method
print method
Implements TrigConf::TrigConfData.
Definition at line 24 of file JobOptionTable.cxx.
26 cout <<
indent <<
"=============================================" << endl;
27 cout <<
indent <<
"JobOptionTable" << endl;
31 cout <<
indent <<
"=============================================" << endl;
◆ printNameIdV()
void TrigConfData::printNameIdV |
( |
const std::string & |
indent = "" | ) |
const |
|
inherited |
◆ setComment()
void TrigConf::TrigConfData::setComment |
( |
const std::string & |
c | ) |
|
|
inlineinherited |
◆ setHltMasterTableId()
void TrigConf::JobOptionTable::setHltMasterTableId |
( |
int |
id | ) |
|
|
inline |
◆ setId()
void TrigConf::TrigConfData::setId |
( |
unsigned int |
id | ) |
|
|
inlineinherited |
◆ setName()
void TrigConf::TrigConfData::setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
◆ setSMK()
void TrigConf::TrigConfData::setSMK |
( |
int |
id | ) |
|
|
inlineinherited |
◆ setSuperMasterTableId()
void TrigConf::JobOptionTable::setSuperMasterTableId |
( |
int |
id | ) |
|
|
inline |
setter of the super master table configuration key
Definition at line 34 of file JobOptionTable.h.
◆ setTriggerLevel()
void TrigConf::JobOptionTable::setTriggerLevel |
( |
int |
level | ) |
|
|
inline |
◆ setVersion()
void TrigConf::TrigConfData::setVersion |
( |
unsigned int |
version | ) |
|
|
inlineinherited |
◆ smk()
unsigned int TrigConf::TrigConfData::smk |
( |
| ) |
const |
|
inlineinherited |
◆ sort()
void TrigConf::JobOptionTable::sort |
( |
| ) |
|
sort alphabetically by component and property name
Definition at line 67 of file JobOptionTable.cxx.
◆ superMasterTableId()
int TrigConf::JobOptionTable::superMasterTableId |
( |
| ) |
const |
|
inline |
accessor to the super master table configuration key
Definition at line 30 of file JobOptionTable.h.
◆ triggerLevel()
int TrigConf::JobOptionTable::triggerLevel |
( |
| ) |
const |
|
inline |
◆ version()
unsigned int TrigConf::TrigConfData::version |
( |
| ) |
const |
|
inlineinherited |
◆ writeToFile()
void TrigConf::JobOptionTable::writeToFile |
( |
const std::string & |
filename | ) |
const |
writing to file as text
write to file method
Definition at line 39 of file JobOptionTable.cxx.
42 of <<
"=============================================" << endl;
43 of <<
"JobOptionTable" << endl;
47 of <<
"=============================================" << endl;
◆ m_comment
std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_HltMasterTableId
int TrigConf::JobOptionTable::m_HltMasterTableId |
|
private |
◆ m_id
unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_JobOptionVector
std::vector<JobOption> TrigConf::JobOptionTable::m_JobOptionVector |
|
private |
◆ m_name
std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ m_smk
unsigned int TrigConf::TrigConfData::m_smk |
|
privateinherited |
◆ m_SuperMasterTableId
int TrigConf::JobOptionTable::m_SuperMasterTableId |
|
private |
◆ m_TriggerLevel
int TrigConf::JobOptionTable::m_TriggerLevel |
|
private |
◆ m_version
unsigned int TrigConf::TrigConfData::m_version |
|
privateinherited |
The documentation for this class was generated from the following files:
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.