Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CinematicProcess Struct Reference

Incoming/outgoing particles extracted from a MARTY computeWilsonCoefficients call. More...

#include <CinematicExtractor.h>

Public Member Functions

bool empty () const
 
std::size_t incoming_count () const
 
std::size_t outgoing_count () const
 
std::vector< std::string > ordered_particles () const
 

Public Attributes

std::vector< std::string > incoming
 
std::vector< std::string > outgoing
 

Detailed Description

Incoming/outgoing particles extracted from a MARTY computeWilsonCoefficients call.

The ordered leg convention used by the kinematic formulas is: m1 = first incoming particle, m2, m3, ... = outgoing particles in the order they appear in the template.

Definition at line 25 of file CinematicExtractor.h.

Member Function Documentation

◆ empty()

bool CinematicProcess::empty ( ) const
inline

Definition at line 29 of file CinematicExtractor.h.

◆ incoming_count()

std::size_t CinematicProcess::incoming_count ( ) const
inline

Definition at line 30 of file CinematicExtractor.h.

◆ ordered_particles()

std::vector< std::string > CinematicProcess::ordered_particles ( ) const
inline

Definition at line 33 of file CinematicExtractor.h.

◆ outgoing_count()

std::size_t CinematicProcess::outgoing_count ( ) const
inline

Definition at line 31 of file CinematicExtractor.h.

Member Data Documentation

◆ incoming

std::vector<std::string> CinematicProcess::incoming

Definition at line 26 of file CinematicExtractor.h.

◆ outgoing

std::vector<std::string> CinematicProcess::outgoing

Definition at line 27 of file CinematicExtractor.h.


The documentation for this struct was generated from the following file: