#include <DeadTime.h>
|
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Definition at line 13 of file DeadTime.h.
◆ DeadTime()
| TrigConf::DeadTime::DeadTime |
( |
| ) |
|
◆ ~DeadTime()
| virtual TrigConf::DeadTime::~DeadTime |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
| string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ comment()
| const std::string & TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ complex1Level()
| int TrigConf::DeadTime::complex1Level |
( |
| ) |
const |
|
inline |
◆ complex1Rate()
| int TrigConf::DeadTime::complex1Rate |
( |
| ) |
const |
|
inline |
◆ complex2Level()
| int TrigConf::DeadTime::complex2Level |
( |
| ) |
const |
|
inline |
◆ complex2Rate()
| int TrigConf::DeadTime::complex2Rate |
( |
| ) |
const |
|
inline |
◆ id()
| unsigned int TrigConf::TrigConfData::id |
( |
| ) |
const |
|
inlineinherited |
◆ indent()
| std::ostream & TrigConfData::indent |
( |
std::ostream & | o, |
|
|
int | lvl, |
|
|
int | size ) const |
|
protectedinherited |
Definition at line 23 of file TrigConfData.cxx.
23 {
25 if(
width==0)
return o;
26 o << setw(lvl*size) << " ";
27 return o;
28}
◆ lvl1MasterTableId()
| unsigned int TrigConf::L1DataBaseclass::lvl1MasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ name()
| const std::string & TrigConf::TrigConfData::name |
( |
| ) |
const |
|
inlineinherited |
◆ print()
| void TrigConf::DeadTime::print |
( |
const std::string & | indent = "", |
|
|
unsigned int | detail = 1 ) const |
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 20 of file DeadTime.cxx.
20 {
21 if(detail>=1) {
23 if(detail>=2) {
27 }
28 }
29}
std::ostream & indent(std::ostream &o, int lvl, int size) const
void printNameIdV(const std::string &indent="") const
◆ printNameIdV()
| void TrigConfData::printNameIdV |
( |
const std::string & | indent = "" | ) |
const |
|
inherited |
Definition at line 31 of file TrigConfData.cxx.
31 {
34 cout <<
" (id=" <<
id() <<
"/v=" <<
version() <<
")";
35 cout << endl;
38}
const std::string & name() const
const std::string & comment() const
unsigned int version() const
◆ setComment()
| void TrigConf::TrigConfData::setComment |
( |
const std::string & | c | ) |
|
|
inlineinherited |
◆ setComplex1Level()
| void TrigConf::DeadTime::setComplex1Level |
( |
int | i | ) |
|
|
inline |
◆ setComplex1Rate()
| void TrigConf::DeadTime::setComplex1Rate |
( |
int | i | ) |
|
|
inline |
◆ setComplex2Level()
| void TrigConf::DeadTime::setComplex2Level |
( |
int | i | ) |
|
|
inline |
◆ setComplex2Rate()
| void TrigConf::DeadTime::setComplex2Rate |
( |
int | i | ) |
|
|
inline |
◆ setId()
| void TrigConf::TrigConfData::setId |
( |
unsigned int | id | ) |
|
|
inlineinherited |
◆ setLvl1MasterTableId()
| void TrigConf::L1DataBaseclass::setLvl1MasterTableId |
( |
unsigned int | id | ) |
|
|
inlineinherited |
◆ setName()
| void TrigConf::TrigConfData::setName |
( |
const std::string & | name | ) |
|
|
inlineinherited |
◆ setSimple()
| void TrigConf::DeadTime::setSimple |
( |
int | i | ) |
|
|
inline |
◆ setSMK()
| void TrigConf::TrigConfData::setSMK |
( |
int | id | ) |
|
|
inlineinherited |
◆ setSuperMasterTableId()
| void TrigConf::TrigConfData::setSuperMasterTableId |
( |
int | id | ) |
|
|
inlineinherited |
◆ setVersion()
| void TrigConf::TrigConfData::setVersion |
( |
unsigned int | version | ) |
|
|
inlineinherited |
◆ simple()
| int TrigConf::DeadTime::simple |
( |
| ) |
const |
|
inline |
◆ smk()
| unsigned int TrigConf::TrigConfData::smk |
( |
| ) |
const |
|
inlineinherited |
◆ superMasterTableId()
| int TrigConf::TrigConfData::superMasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ version()
| unsigned int TrigConf::TrigConfData::version |
( |
| ) |
const |
|
inlineinherited |
◆ writeXML()
| void TrigConf::DeadTime::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 2 ) const |
|
virtual |
Definition at line 32 of file DeadTime.cxx.
32 {
38 <<
"\" name=\"" <<
name()
39 <<
"\" simple=\"" <<
m_simple <<
"\"/>"
40 << endl;
41}
static std::vector< std::string > xmlfile
◆ m_comment
| std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_complex1Level
| int TrigConf::DeadTime::m_complex1Level |
|
private |
◆ m_complex1Rate
| int TrigConf::DeadTime::m_complex1Rate |
|
private |
◆ m_complex2Level
| int TrigConf::DeadTime::m_complex2Level |
|
private |
◆ m_complex2Rate
| int TrigConf::DeadTime::m_complex2Rate |
|
private |
◆ m_id
| unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_Lvl1MasterId
| unsigned int TrigConf::L1DataBaseclass::m_Lvl1MasterId |
|
privateinherited |
◆ m_name
| std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ m_simple
| int TrigConf::DeadTime::m_simple |
|
private |
◆ m_smk
| unsigned int TrigConf::TrigConfData::m_smk |
|
privateinherited |
◆ m_version
| unsigned int TrigConf::TrigConfData::m_version |
|
privateinherited |
The documentation for this class was generated from the following files: