ATLAS Offline Software
Loading...
Searching...
No Matches
ChainNameParser.cxx File Reference
#include <string>
#include <regex>
#include <array>
#include <algorithm>
#include "TrigCompositeUtils/ChainNameParser.h"
#include <iostream>
Include dependency graph for ChainNameParser.cxx:

Go to the source code of this file.

Namespaces

namespace  ChainNameParser

Functions

const std::vector< std::string > & ChainNameParser::allSignatures ()
 A list of all signature names.
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".
const std::set< std::string > & ChainNameParser::singleLegIdentifiers ()
 A set of identifiers which are actually single leg, even if followed by other identifiers.
std::string ChainNameParser::legHeadPattern ()
std::vector< int > ChainNameParser::multiplicities (const std::string &chain)
std::vector< std::string > ChainNameParser::signatures (const std::string &chain)