#include <TrigConfSeq.h>
Definition at line 28 of file TrigConfSeq.h.
◆ TrigConfSeq() [1/2]
TrigConfSeq::TrigConfSeq |
( |
| ) |
|
◆ TrigConfSeq() [2/2]
TrigConfSeq::TrigConfSeq |
( |
unsigned int |
id, |
|
|
unsigned int |
index, |
|
|
const std::string & |
name |
|
) |
| |
◆ ~TrigConfSeq()
TrigConfSeq::~TrigConfSeq |
( |
| ) |
|
|
inline |
◆ addAlg()
◆ addInputTE()
void TrigConfSeq::addInputTE |
( |
uint32_t |
te_id | ) |
|
|
inline |
◆ algBeg()
std::vector<TrigConfAlg>::const_iterator TrigConfSeq::algBeg |
( |
| ) |
const |
|
inline |
◆ algEnd()
std::vector<TrigConfAlg>::const_iterator TrigConfSeq::algEnd |
( |
| ) |
const |
|
inline |
◆ clearStrings()
void TrigConfSeq::clearStrings |
( |
| ) |
|
◆ findName()
std::vector< TrigConfAlg >::const_iterator TrigConfSeq::findName |
( |
const std::string & |
aname | ) |
const |
◆ findType()
std::vector< TrigConfAlg >::const_iterator TrigConfSeq::findType |
( |
const std::string & |
atype | ) |
const |
Definition at line 73 of file TrigConfSeq.cxx.
76 std::vector<TrigConfAlg>::const_iterator
it =
m_alg.begin();
79 if(
it->getType() == atype)
break;
◆ getAlg() [1/2]
◆ getAlg() [2/2]
◆ getId()
uint32_t TrigConfSeq::getId |
( |
| ) |
const |
|
inline |
◆ getIndex()
uint16_t TrigConfSeq::getIndex |
( |
| ) |
const |
|
inline |
◆ getInputTEs()
const std::vector<uint32_t>& TrigConfSeq::getInputTEs |
( |
| ) |
const |
|
inline |
◆ getNAlg()
unsigned int TrigConfSeq::getNAlg |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string& TrigConfSeq::getName |
( |
| ) |
const |
|
inline |
◆ getTopoTE()
uint32_t TrigConfSeq::getTopoTE |
( |
| ) |
const |
|
inline |
◆ matchAlgName()
bool TrigConfSeq::matchAlgName |
( |
const std::string & |
aname | ) |
const |
◆ matchAlgType()
bool TrigConfSeq::matchAlgType |
( |
const std::string & |
atype | ) |
const |
◆ print()
void TrigConfSeq::print |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ setTopoTE()
void TrigConfSeq::setTopoTE |
( |
uint32_t |
te_id | ) |
|
|
inline |
◆ m_alg
◆ m_input_te
std::vector<uint32_t> TrigConfSeq::m_input_te |
|
private |
◆ m_output_te_id
uint32_t TrigConfSeq::m_output_te_id |
|
private |
◆ m_output_te_index
uint16_t TrigConfSeq::m_output_te_index |
|
private |
◆ m_output_te_name
std::string TrigConfSeq::m_output_te_name |
|
private |
◆ m_topo_te
uint32_t TrigConfSeq::m_topo_te |
|
private |
The documentation for this class was generated from the following files: