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... | |
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::allSignatures | ( | ) |
std::string ChainNameParser::legHeadPattern | ( | ) |
Definition at line 197 of file ChainNameParser.cxx.
std::vector< int > ChainNameParser::multiplicities | ( | const std::string & | chain | ) |
Definition at line 202 of file ChainNameParser.cxx.
std::vector< std::string > ChainNameParser::signatures | ( | const std::string & | chain | ) |
Definition at line 210 of file ChainNameParser.cxx.