StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
Ludat3_t Struct Reference

PYTHIA /LUDAT3/ common block, controls configuration of pythia. More...

#include <Hijing.h>

Public Member Functions

int & mdcy (int i, int j)
 
int & mdme (int i, int j)
 
float & brat (int i)
 
int & kfdp (int i, int j)
 

Public Attributes

int _mdcy [3][500]
 
int _mdme [2][2000]
 
float _brat [2000]
 
int _kfdp [5][2000]
 

Detailed Description

PYTHIA /LUDAT3/ common block, controls configuration of pythia.

Definition at line 113 of file Hijing.h.

Member Function Documentation

float& Ludat3_t::brat ( int  i)
inline

Returns a reference to the BRAT array controling branching ratios Usage: ludat3.mbrat(1) = 0 Sets BRAT(1)=0

Definition at line 132 of file Hijing.h.

int& Ludat3_t::kfdp ( int  i,
int  j 
)
inline

Returns a reference to the KFDP array Usage: ludat3.kfdp(1,1) = 0 Sets KFDP(1,1) = 0.

Definition at line 136 of file Hijing.h.

int& Ludat3_t::mdcy ( int  i,
int  j 
)
inline

Returns a reference to the MDCY array controling decays in pythia. Usage: ludat3.mdcy(1,1) = 0 Sets MDCY(1,1) = 0.

Definition at line 124 of file Hijing.h.

int& Ludat3_t::mdme ( int  i,
int  j 
)
inline

Returns a reference to the MDME array Usage: ludat3.mdme(1,1) = 0 Sets MDME(1,1) = 0.

Definition at line 128 of file Hijing.h.


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