![]() |
ATLAS Offline Software
|
Classes | |
class | HLTChainInfo |
Helper class that provides access to information about individual legs. More... | |
struct | LegInfo |
Struct containing information on each leg of a chain. More... | |
class | LegInfoIterator |
Iterate over the legs of a chain. More... | |
Functions | |
const std::vector< std::string > & | allSignatures () |
A list of all signature names. More... | |
const std::vector< std::string > & | allSignaturePostfixQualifiers () |
A list of all post-fix qualifiers which may come immediately after the "XSigY" pattern, e.g. the noL1 in "2mu10noL1". More... | |
const std::set< std::string > & | singleLegIdentifiers () |
A set of identifiers which are actually single leg, even if followed by other identifiers. More... | |
std::string | legHeadPattern () |
std::vector< int > | multiplicities (const std::string &chain) |
std::vector< std::string > | signatures (const std::string &chain) |
const std::vector< std::string > & ChainNameParser::allSignaturePostfixQualifiers | ( | ) |
A list of all post-fix qualifiers which may come immediately after the "XSigY" pattern, e.g. the noL1 in "2mu10noL1".
Definition at line 203 of file ChainNameParser.cxx.
const std::vector< std::string > & ChainNameParser::allSignatures | ( | ) |
std::string ChainNameParser::legHeadPattern | ( | ) |
Definition at line 219 of file ChainNameParser.cxx.
std::vector< int > ChainNameParser::multiplicities | ( | const std::string & | chain | ) |
Definition at line 226 of file ChainNameParser.cxx.
std::vector< std::string > ChainNameParser::signatures | ( | const std::string & | chain | ) |
Definition at line 237 of file ChainNameParser.cxx.
const std::set< std::string > & ChainNameParser::singleLegIdentifiers | ( | ) |
A set of identifiers which are actually single leg, even if followed by other identifiers.
Definition at line 211 of file ChainNameParser.cxx.