ATLAS Offline Software
Loading...
Searching...
No Matches
Hijing.cxx File Reference
#include "Hijing_i/Hijing.h"
#include "Hijing_i/VertexShift.h"
#include "GaudiKernel/MsgStream.h"
#include "CxxUtils/StringParse.h"
#include "AtlasHepMC/GenEvent.h"
#include "AtlasHepMC/GenVertex.h"
#include "AtlasHepMC/GenParticle.h"
#include "AtlasHepMC/HeavyIon.h"
#include <stdlib.h>
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Geometry/Point3D.h"
#include <cstdint>
#include "AthenaKernel/RNGWrapper.h"

Go to the source code of this file.

Functions

void * getaddr_ (void *arg)
void * getaddri_ (int *arg)
float atl_ran_ (int *)
float ran_ (int *idummy)
uintptr_t himain1_address_ ()
uintptr_t himain2_address_ ()
uintptr_t hijjet1_address_ ()
uintptr_t hijjet2_address_ ()
uintptr_t hijjet4_address_ ()
uintptr_t hiparnt_address_ ()
uintptr_t histrng_address_ ()
uintptr_t hijcrdn_address_ ()
uintptr_t ranseed_address_ ()
void hijset_ (float *, const char *, const char *, const char *, int *, int *, int *, int *, long int, long int, long int)
void hijing_ (const char *, float *, float *, long int)

Variables

char himain1_ []
char himain2_ []
char hijjet1_ []
char hijjet2_ []
char hijjet4_ []
char hiparnt_ []
char histrng_ []
char hijcrdn_ []
char ranseed_ []

Function Documentation

◆ atl_ran_()

float atl_ran_ ( int * )

Definition at line 72 of file Hijing.cxx.

73 {
74 return (float) CLHEP::RandFlat::shoot(p_Engine);
75 }

◆ getaddr_()

void * getaddr_ ( void * arg)

Definition at line 55 of file Hijing.cxx.

55 {
56
57 return(arg);
58
59}

◆ getaddri_()

void * getaddri_ ( int * arg)

Definition at line 63 of file Hijing.cxx.

63 {
64
65 return(arg);
66
67}

◆ hijcrdn_address_()

uintptr_t hijcrdn_address_ ( )

Definition at line 99 of file Hijing.cxx.

99{ return reinterpret_cast<uintptr_t>(hijcrdn_); }
char hijcrdn_[]

◆ hijing_()

void hijing_ ( const char * ,
float * ,
float * ,
long int  )

◆ hijjet1_address_()

uintptr_t hijjet1_address_ ( )

Definition at line 94 of file Hijing.cxx.

94{ return reinterpret_cast<uintptr_t>(hijjet1_); }
char hijjet1_[]

◆ hijjet2_address_()

uintptr_t hijjet2_address_ ( )

Definition at line 95 of file Hijing.cxx.

95{ return reinterpret_cast<uintptr_t>(hijjet2_); }
char hijjet2_[]

◆ hijjet4_address_()

uintptr_t hijjet4_address_ ( )

Definition at line 96 of file Hijing.cxx.

96{ return reinterpret_cast<uintptr_t>(hijjet4_); }
char hijjet4_[]

◆ hijset_()

void hijset_ ( float * ,
const char * ,
const char * ,
const char * ,
int * ,
int * ,
int * ,
int * ,
long int ,
long int ,
long int  )

◆ himain1_address_()

uintptr_t himain1_address_ ( )

Definition at line 92 of file Hijing.cxx.

92{ return reinterpret_cast<uintptr_t>(himain1_); }
char himain1_[]

◆ himain2_address_()

uintptr_t himain2_address_ ( )

Definition at line 93 of file Hijing.cxx.

93{ return reinterpret_cast<uintptr_t>(himain2_); }
char himain2_[]

◆ hiparnt_address_()

uintptr_t hiparnt_address_ ( )

Definition at line 97 of file Hijing.cxx.

97{ return reinterpret_cast<uintptr_t>(hiparnt_); }
char hiparnt_[]

◆ histrng_address_()

uintptr_t histrng_address_ ( )

Definition at line 98 of file Hijing.cxx.

98{ return reinterpret_cast<uintptr_t>(histrng_); }
char histrng_[]

◆ ran_()

float ran_ ( int * idummy)

Definition at line 77 of file Hijing.cxx.

78 {
79 return atl_ran_(idummy);
80 }
float atl_ran_(int *)
Definition Hijing.cxx:72

◆ ranseed_address_()

uintptr_t ranseed_address_ ( )

Definition at line 100 of file Hijing.cxx.

100{ return reinterpret_cast<uintptr_t>(ranseed_); }
char ranseed_[]

Variable Documentation

◆ hijcrdn_

char hijcrdn_[]
extern

◆ hijjet1_

char hijjet1_[]
extern

◆ hijjet2_

char hijjet2_[]
extern

◆ hijjet4_

char hijjet4_[]
extern

◆ himain1_

char himain1_[]
extern

◆ himain2_

char himain2_[]
extern

◆ hiparnt_

char hiparnt_[]
extern

◆ histrng_

char histrng_[]
extern

◆ ranseed_

char ranseed_[]
extern