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 83 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()
◆ 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 182 of file ChainNameParser.cxx.
183 {
185 if (pos == std::string::npos)
186 return "";
187 else
188 return "L1_" +
m_chain.substr(pos+3);
189 }
◆ m_chain
| std::string ChainNameParser::HLTChainInfo::m_chain |
|
private |
The documentation for this class was generated from the following files: