#include <ThresholdMonitor.h>
|
| std::ostream & | indent (std::ostream &o, int lvl, int size) const |
Definition at line 17 of file ThresholdMonitor.h.
◆ ThresholdMonitor() [1/2]
| TrigConf::ThresholdMonitor::ThresholdMonitor |
( |
| ) |
|
◆ ThresholdMonitor() [2/2]
Definition at line 23 of file ThresholdMonitor.cxx.
23 :
36{
39}
std::string m_ThresholdName
std::string m_CounterType
uint16_t m_CtpinConnector
void setName(const std::string &name)
void setVersion(unsigned int version)
◆ ~ThresholdMonitor()
| virtual TrigConf::ThresholdMonitor::~ThresholdMonitor |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
| string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ bunchGroupId()
| int TrigConf::ThresholdMonitor::bunchGroupId |
( |
| ) |
const |
|
inline |
◆ comment()
| const std::string & TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ counterType()
| const std::string & TrigConf::ThresholdMonitor::counterType |
( |
| ) |
const |
|
inline |
◆ ctpinConnector()
| uint16_t TrigConf::ThresholdMonitor::ctpinConnector |
( |
| ) |
const |
|
inline |
◆ ctpinSlot()
| uint16_t TrigConf::ThresholdMonitor::ctpinSlot |
( |
| ) |
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}
◆ internalCounter()
| int TrigConf::ThresholdMonitor::internalCounter |
( |
| ) |
const |
|
inline |
◆ lvl1MasterTableId()
| unsigned int TrigConf::L1DataBaseclass::lvl1MasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ multiplicity()
| int TrigConf::ThresholdMonitor::multiplicity |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & TrigConf::TrigConfData::name |
( |
| ) |
const |
|
inlineinherited |
◆ print()
| void TrigConf::ThresholdMonitor::print |
( |
const std::string & | indent = "", |
|
|
unsigned int | detail = 1 ) const |
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 42 of file ThresholdMonitor.cxx.
42 {
43 if(detail==3) {
45 }
46 if(detail>=4) {
47 cout <<
indent <<
"==================================" << endl;
51 }
52
53}
std::ostream & indent(std::ostream &o, int lvl, int size) const
const std::string & name() 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 & comment() const
unsigned int version() const
◆ setBunchGroupId()
| void TrigConf::ThresholdMonitor::setBunchGroupId |
( |
const int & | bunchgroupid | ) |
|
|
inline |
◆ setComment()
| void TrigConf::TrigConfData::setComment |
( |
const std::string & | c | ) |
|
|
inlineinherited |
◆ setCounterType()
| void TrigConf::ThresholdMonitor::setCounterType |
( |
const std::string & | countertype | ) |
|
|
inline |
◆ setCtpinConnector()
| void TrigConf::ThresholdMonitor::setCtpinConnector |
( |
const uint16_t & | con | ) |
|
|
inline |
◆ setCtpinSlot()
| void TrigConf::ThresholdMonitor::setCtpinSlot |
( |
const uint16_t & | slot | ) |
|
|
inline |
◆ setId()
| void TrigConf::TrigConfData::setId |
( |
unsigned int | id | ) |
|
|
inlineinherited |
◆ setInternalCounter()
| void TrigConf::ThresholdMonitor::setInternalCounter |
( |
const int & | internalcounter | ) |
|
|
inline |
◆ setLvl1MasterTableId()
| void TrigConf::L1DataBaseclass::setLvl1MasterTableId |
( |
unsigned int | id | ) |
|
|
inlineinherited |
◆ setMultiplicity()
| void TrigConf::ThresholdMonitor::setMultiplicity |
( |
const int & | multiplicity | ) |
|
|
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 |
◆ setThresholdActive()
| void TrigConf::ThresholdMonitor::setThresholdActive |
( |
const bool & | active | ) |
|
|
inline |
◆ setThresholdEndBit()
| void TrigConf::ThresholdMonitor::setThresholdEndBit |
( |
const int & | bit | ) |
|
|
inline |
◆ setThresholdId()
| void TrigConf::ThresholdMonitor::setThresholdId |
( |
const int & | id | ) |
|
|
inline |
◆ setThresholdName()
| void TrigConf::ThresholdMonitor::setThresholdName |
( |
const std::string & | name | ) |
|
|
inline |
◆ setThresholdStartBit()
| void TrigConf::ThresholdMonitor::setThresholdStartBit |
( |
const int & | bit | ) |
|
|
inline |
◆ setVersion()
| void TrigConf::TrigConfData::setVersion |
( |
unsigned int | version | ) |
|
|
inlineinherited |
◆ smk()
| unsigned int TrigConf::TrigConfData::smk |
( |
| ) |
const |
|
inlineinherited |
◆ superMasterTableId()
| int TrigConf::TrigConfData::superMasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ thresholdActive()
| bool TrigConf::ThresholdMonitor::thresholdActive |
( |
| ) |
const |
|
inline |
◆ thresholdEndBit()
| int TrigConf::ThresholdMonitor::thresholdEndBit |
( |
| ) |
const |
|
inline |
◆ thresholdId()
| int TrigConf::ThresholdMonitor::thresholdId |
( |
| ) |
const |
|
inline |
◆ thresholdName()
| const std::string & TrigConf::ThresholdMonitor::thresholdName |
( |
| ) |
const |
|
inline |
◆ thresholdStartBit()
| int TrigConf::ThresholdMonitor::thresholdStartBit |
( |
| ) |
const |
|
inline |
◆ version()
| unsigned int TrigConf::TrigConfData::version |
( |
| ) |
const |
|
inlineinherited |
◆ writeXML()
| void TrigConf::ThresholdMonitor::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 2 ) const |
|
virtual |
Definition at line 57 of file ThresholdMonitor.cxx.
57 {
58 indent(
xmlfile, indentLevel, indentWidth) <<
"<TriggerCounter name=\"" <<
name() <<
"\" type=\"CTPIN\">" << endl;
60 indent(
xmlfile, indentLevel, indentWidth) <<
"</TriggerCounter>" << endl;
61}
static std::vector< std::string > xmlfile
◆ m_BunchGroupId
| int TrigConf::ThresholdMonitor::m_BunchGroupId {0} |
|
protected |
◆ m_comment
| std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_CounterType
| std::string TrigConf::ThresholdMonitor::m_CounterType {""} |
|
protected |
◆ m_CtpinConnector
| uint16_t TrigConf::ThresholdMonitor::m_CtpinConnector {0} |
|
protected |
◆ m_CtpinSlot
| uint16_t TrigConf::ThresholdMonitor::m_CtpinSlot {0} |
|
protected |
◆ m_id
| unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_InternalCounter
| int TrigConf::ThresholdMonitor::m_InternalCounter {0} |
|
protected |
◆ m_Lvl1MasterId
| unsigned int TrigConf::L1DataBaseclass::m_Lvl1MasterId |
|
privateinherited |
◆ m_Multiplicity
| int TrigConf::ThresholdMonitor::m_Multiplicity {0} |
|
protected |
◆ m_name
| std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ m_smk
| unsigned int TrigConf::TrigConfData::m_smk |
|
privateinherited |
◆ m_ThresholdActive
| bool TrigConf::ThresholdMonitor::m_ThresholdActive {false} |
|
protected |
◆ m_ThresholdEndBit
| int TrigConf::ThresholdMonitor::m_ThresholdEndBit {0} |
|
protected |
◆ m_ThresholdId
| int TrigConf::ThresholdMonitor::m_ThresholdId {0} |
|
protected |
◆ m_ThresholdName
| std::string TrigConf::ThresholdMonitor::m_ThresholdName {""} |
|
protected |
◆ m_ThresholdStartBit
| int TrigConf::ThresholdMonitor::m_ThresholdStartBit {0} |
|
protected |
◆ m_version
| unsigned int TrigConf::TrigConfData::m_version |
|
privateinherited |
The documentation for this class was generated from the following files: