Go to the source code of this file.
|
| namespace | TrigConf |
| | Forward iterator to traverse the main components of the trigger configuration.
|
|
| void | recursivelyFindInputTEs (unsigned int teId, const TrigConf::HLTSequenceList &seqList, std::vector< unsigned int > &tes) |
| void | recursivelyFindInputTEs (const std::string &tename, const TrigConf::HLTSequenceList &seqList, std::vector< std::string > &tes) |
| void | TrigConf::recursivelyFindOutputTEs (const std::string &tename, const TrigConf::HLTSequenceList &sequenceList, std::set< std::string > &tes, int level, const std::set< std::string > *veto=0) |
| void | TrigConf::recursivelyFindOutputTEsWithLevelFromSequence (const std::string &tename, const TrigConf::HLTSequenceList &sequenceList, std::set< std::string > &tes, int level) |
◆ recursivelyFindInputTEs() [1/2]
| void recursivelyFindInputTEs |
( |
const std::string & | tename, |
|
|
const TrigConf::HLTSequenceList & | seqList, |
|
|
std::vector< std::string > & | tes ) |
Definition at line 53 of file TrigConfHLTData/Root/HLTUtils.cxx.
53 {
55 if ( seq==0 ) return;
56
58 tes.push_back(te->name());
60 }
61}
void recursivelyFindInputTEs(unsigned int teId, const TrigConf::HLTSequenceList &seqList, std::vector< unsigned int > &tes)
HLTSequence * getSequence(unsigned int id) const
counts the number of sequences in the menu
HLT sequence configuration information.
HLT trigger element configuration information.
seq
filter configuration ## -> we use the special sequence 'AthMasterSeq' which is run before any other a...
◆ recursivelyFindInputTEs() [2/2]
| void recursivelyFindInputTEs |
( |
unsigned int | teId, |
|
|
const TrigConf::HLTSequenceList & | seqList, |
|
|
std::vector< unsigned int > & | tes ) |