![]() |
ATLAS Offline Software
|
Helper class that provides access to information about individual legs. More...
#include <ChainNameParser.h>
Public Types | |
| using | const_iterator = LegInfoIterator |
Public Member Functions | |
| HLTChainInfo (const std::string &chain) | |
| const std::string & | chain () const |
| The chain. | |
| const_iterator | begin () const |
| Iterator to the start of the leg infos. | |
| const_iterator | end () const |
| Iterator to the end of the leg infos. | |
| std::string | l1Item () const |
| Read the L1 item from the chain. Returns the empty string if the L1 item isn't in the chain name. | |
Private Attributes | |
| std::string | m_chain |
Helper class that provides access to information about individual legs.
Definition at line 83 of file ChainNameParser.h.
Definition at line 85 of file ChainNameParser.h.
|
inline |
Definition at line 87 of file ChainNameParser.h.
|
inline |
|
inline |
|
inline |
Iterator to the end of the leg infos.
Definition at line 95 of file ChainNameParser.h.
| 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.
|
private |
Definition at line 100 of file ChainNameParser.h.