![]() |
ATLAS Offline Software
|
#include <string>
#include <vector>
#include <set>
#include <iterator>
#include "xAODBase/ObjectType.h"
Go to the source code of this file.
Classes | |
struct | ChainNameParser::LegInfo |
Struct containing information on each leg of a chain. More... | |
class | ChainNameParser::LegInfoIterator |
Iterate over the legs of a chain. More... | |
class | ChainNameParser::HLTChainInfo |
Helper class that provides access to information about individual legs. More... | |
Namespaces | |
ChainNameParser | |
Functions | |
const std::vector< std::string > & | ChainNameParser::allSignatures () |
A list of all signature names. More... | |
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". More... | |
const std::set< std::string > & | ChainNameParser::singleLegIdentifiers () |
A set of identifiers which are actually single leg, even if followed by other identifiers. More... | |
std::string | ChainNameParser::legHeadPattern () |
std::vector< int > | ChainNameParser::multiplicities (const std::string &chain) |
std::vector< std::string > | ChainNameParser::signatures (const std::string &chain) |