|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <string>#include <utility>#include <regex>#include <fstream>#include <vector>#include <unordered_map>#include <optional>

Go to the source code of this file.
Classes | |
| struct | CinematicProcess |
| Incoming/outgoing particles extracted from a MARTY computeWilsonCoefficients call. More... | |
| class | CinematicExtractor |
| Extracts process kinematics from MARTY templates. More... | |
Functions | |
| int | countMatchInRegex (std::string s, std::string re) |
| Counts the number of occurrences of a regex pattern in a given string. | |
| int countMatchInRegex | ( | std::string | s, |
| std::string | re | ||
| ) |
Counts the number of occurrences of a regex pattern in a given string.
Definition at line 74 of file CinematicExtractor.cpp.