PYTHIA  8.311
Public Member Functions | Public Attributes | List of all members
EWParticleData Class Reference

Locally saved particle data in glorified map. More...

#include <VinciaEW.h>

Public Member Functions

bool find (int id, int pol)
 Find particle data.
 
void add (int id, int pol, double massIn, double widthIn, bool isResIn)
 Add particle data.
 
double mass (int id, int pol)
 Return particle mass.
 
double mass (int id)
 Return particle mass. More...
 
double width (int id, int pol)
 Return particle width.
 
bool isRes (int id, int pol)
 Return if particle is resonance.
 
bool isRes (int id)
 Return if particle is resonance. More...
 
EWParticleget (int id, int pol)
 Data access.
 
unordered_map< pair< int, int >, EWParticle >::iterator begin ()
 
unordered_map< pair< int, int >, EWParticle >::iterator end ()
 

Public Attributes

unordered_map< pair< int, int >, EWParticledata
 Member.
 

Detailed Description

Locally saved particle data in glorified map.

Member Function Documentation

bool isRes ( int  id)
inline

Return if particle is resonance.

Every particle has either pol = 1 or pol = 0.

double mass ( int  id)
inline

Return particle mass.

Every particle has either pol = 1 or pol = 0.


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