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

HIJING /HIMAIN2/ common block. More...

#include <Hijing.h>

Public Member Functions

int & katt (int i, int j)
 
float & patt (int i, int j)
 
float & vatt (int i, int j)
 

Public Attributes

int _katt [4][130000]
 
float _patt [4][130000]
 
float _vatt [4][130000]
 

Detailed Description

HIJING /HIMAIN2/ common block.

Definition at line 52 of file Hijing.h.

Member Function Documentation

int& HiMain2_t::katt ( int  i,
int  j 
)
inline

Returns a reference to an element in the KATT array. Usage: himain2.katt(1,4) returns KATT(1,4)

Definition at line 62 of file Hijing.h.

Referenced by StarHijing::Generate().

float& HiMain2_t::patt ( int  i,
int  j 
)
inline

Returns a reference to an element in the PATT array. Usage: himain2.katt(1,4) returns PATT(1,4)

Definition at line 66 of file Hijing.h.

Referenced by StarHijing::Generate().

float& HiMain2_t::vatt ( int  i,
int  j 
)
inline

Returns a reference to an element in the VATT array. Usage: himain2.katt(1,4) returns VATT(1,4)

Definition at line 70 of file Hijing.h.

Referenced by StarHijing::Generate().


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