![]() |
ATLAS Offline Software
|
#include <string>
#include <regex>
#include <array>
#include <algorithm>
#include "TrigCompositeUtils/ChainNameParser.h"
#include <iostream>
Go to the source code of this file.
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) |