#include <BunchGroupSet.h>
|
std::ostream & | indent (std::ostream &o, int lvl, int size) const |
|
Definition at line 19 of file BunchGroupSet.h.
◆ BunchGroupSet() [1/2]
BunchGroupSet::BunchGroupSet |
( |
| ) |
|
◆ BunchGroupSet() [2/2]
◆ ~BunchGroupSet()
virtual TrigConf::BunchGroupSet::~BunchGroupSet |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ addBunchGroup()
◆ bgPattern()
const std::vector<uint16_t>& TrigConf::BunchGroupSet::bgPattern |
( |
| ) |
const |
|
inline |
◆ bunchGroups()
const std::vector<BunchGroup>& TrigConf::BunchGroupSet::bunchGroups |
( |
| ) |
const |
|
inline |
◆ comment()
const std::string& TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ fillPattern()
◆ id()
unsigned int TrigConf::TrigConfData::id |
( |
| ) |
const |
|
inlineinherited |
◆ indent()
std::ostream & TrigConfData::indent |
( |
std::ostream & |
o, |
|
|
int |
lvl, |
|
|
int |
size |
|
) |
| const |
|
protectedinherited |
◆ lvl1MasterTableId()
unsigned int TrigConf::L1DataBaseclass::lvl1MasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ menuPartition()
uint16_t TrigConf::BunchGroupSet::menuPartition |
( |
| ) |
const |
|
inline |
◆ name()
const std::string& TrigConf::TrigConfData::name |
( |
| ) |
const |
|
inlineinherited |
◆ print()
void BunchGroupSet::print |
( |
const std::string & |
indent = "" , |
|
|
unsigned int |
detail = 1 |
|
) |
| const |
|
overridevirtual |
◆ printNameIdV()
void TrigConfData::printNameIdV |
( |
const std::string & |
indent = "" | ) |
const |
|
inherited |
◆ setBGName()
void BunchGroupSet::setBGName |
( |
uint32_t |
i, |
|
|
const std::string & |
name |
|
) |
| |
◆ setComment()
void TrigConf::TrigConfData::setComment |
( |
const std::string & |
c | ) |
|
|
inlineinherited |
◆ setId()
void TrigConf::TrigConfData::setId |
( |
unsigned int |
id | ) |
|
|
inlineinherited |
◆ setLvl1MasterTableId()
void TrigConf::L1DataBaseclass::setLvl1MasterTableId |
( |
unsigned int |
id | ) |
|
|
inlineinherited |
◆ setMenuPartition()
void TrigConf::BunchGroupSet::setMenuPartition |
( |
uint16_t |
part | ) |
|
|
inline |
◆ setName()
void TrigConf::TrigConfData::setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
◆ 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 |
◆ 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 BunchGroupSet::writeXML |
( |
std::ostream & |
xmlfile, |
|
|
int |
indentLevel = 0 , |
|
|
int |
indentWidth = 2 |
|
) |
| const |
Definition at line 65 of file BunchGroupSet.cxx.
66 indent(xmlfile,indentLevel, indentWidth)
67 <<
"<BunchGroupSet name=\"" <<
name() <<
"\" menuPartition=\"" <<
m_MenuPartition <<
"\">" << endl;
69 bg.writeXML(xmlfile, indentLevel+1, indentWidth);
70 indent(xmlfile,indentLevel, indentWidth)
71 <<
"</BunchGroupSet>" << endl;
◆ m_BGpattern
std::vector<uint16_t> TrigConf::BunchGroupSet::m_BGpattern |
|
private |
◆ m_BunchGroups
std::vector<BunchGroup> TrigConf::BunchGroupSet::m_BunchGroups |
|
private |
◆ m_comment
std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_id
unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_Lvl1MasterId
unsigned int TrigConf::L1DataBaseclass::m_Lvl1MasterId |
|
privateinherited |
◆ m_MenuPartition
uint16_t TrigConf::BunchGroupSet::m_MenuPartition |
|
private |
◆ m_name
std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ 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: