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

HIJING /HIPARNT/ common block/. More...

#include <Hijing.h>

Public Member Functions

float & hipr1 (int i)
 
int & ihpr2 (int i)
 
float & hint1 (int i)
 
int & ihnt2 (int i)
 

Public Attributes

float _hipr1 [100]
 
int _ihpr2 [50]
 
float _hint1 [100]
 
int _ihnt2 [50]
 

Detailed Description

HIJING /HIPARNT/ common block/.

Definition at line 79 of file Hijing.h.

Member Function Documentation

float& HiParnt_t::hint1 ( int  i)
inline

Returns a reference to an element in the HINT1 array Usage: hiparnt.hint1(4) = 1 assigns 1 to HINT1(4)

Definition at line 98 of file Hijing.h.

Referenced by StarHijing::FillAA().

float& HiParnt_t::hipr1 ( int  i)
inline

Returns a reference to an element in the HIPR1 array Usage: hiparnt.hipar1(4) = 1 assigns 1 to HIPAR1(4)

Definition at line 90 of file Hijing.h.

Referenced by StarHijing::Generate().

int& HiParnt_t::ihnt2 ( int  i)
inline

Returns a reference to an element in the IHNT2 array Usage: hiparnt.ihnt2(4) = 1 assigns 1 to IHNT2(4)

Definition at line 102 of file Hijing.h.

Referenced by StarHijing::FillAA().

int& HiParnt_t::ihpr2 ( int  i)
inline

Returns a reference to an element in the IHPR2 array Usage: hiparnt.ihpar2(4) = 1 assigns 1 to IHPR2(4)

Definition at line 94 of file Hijing.h.

Referenced by StarHijing::Init().


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