Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CinematicExtractor.h File Reference
#include <string>
#include <utility>
#include <regex>
#include <fstream>
#include <vector>
#include <unordered_map>
#include <optional>
Include dependency graph for CinematicExtractor.h:
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

◆ countMatchInRegex()

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.