StRoot
1
|
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] |
|
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().
|
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().
|
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().
|
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().