Helper class that provides access to information about individual legs.
More...
#include <ChainNameParser.h>
Helper class that provides access to information about individual legs.
Definition at line 82 of file ChainNameParser.h.
◆ const_iterator
◆ HLTChainInfo()
ChainNameParser::HLTChainInfo::HLTChainInfo |
( |
const std::string & |
chain | ) |
|
|
inline |
◆ begin()
◆ chain()
const std::string& ChainNameParser::HLTChainInfo::chain |
( |
| ) |
const |
|
inline |
◆ end()
Iterator to the end of the leg infos.
Definition at line 94 of file ChainNameParser.h.
94 {
return LegInfoIterator(); }
◆ l1Item()
std::string ChainNameParser::HLTChainInfo::l1Item |
( |
| ) |
const |
Read the L1 item from the chain. Returns the empty string if the L1 item isn't in the chain name.
Definition at line 179 of file ChainNameParser.cxx.
182 if (
pos == std::string::npos)
◆ m_chain
std::string ChainNameParser::HLTChainInfo::m_chain |
|
private |
The documentation for this class was generated from the following files: