#include "Bhlumi.h"
#include "BhlumiRandom.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "HepMC/GenEvent.h"
#include "HepMC/GenParticle.h"
#include "HepMC/GenVertex.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "BesRndmGenSvc/IBesRndmGenSvc.h"
#include "GeneratorObject/McGenEvent.h"
#include "cfortran/cfortran.h"
Go to the source code of this file.
◆ BHLUMI
| #define BHLUMI |
( |
| MODE, |
|
|
| XPAR, |
|
|
| NPAR ) |
Value:CCALLSFSUB3(
BHLUMI, bhlumi, INT, DOUBLEV, INTV, MODE, XPAR, NPAR )
#define BHLUMI(MODE, XPAR, NPAR)
Definition at line 58 of file Bhlumi.cxx.
58#define BHLUMI( MODE, XPAR, NPAR ) \
59 CCALLSFSUB3( BHLUMI, bhlumi, INT, DOUBLEV, INTV, MODE, XPAR, NPAR )
Referenced by Bhlumi::execute(), Bhlumi::finalize(), and Bhlumi::initialize().
◆ DUMPS
◆ GLIMIT
◆ MARINI
| #define MARINI |
( |
| IJKLIN, |
|
|
| NTOTIN, |
|
|
| NTOT2N ) |
Value:CCALLSFSUB3(
MARINI, marini, INT, INT, INT, IJKLIN, NTOTIN, NTOT2N )
#define MARINI(IJKLIN, NTOTIN, NTOT2N)
Definition at line 62 of file Bhlumi.cxx.
62#define MARINI( IJKLIN, NTOTIN, NTOT2N ) \
63 CCALLSFSUB3( MARINI, marini, INT, INT, INT, IJKLIN, NTOTIN, NTOT2N )
◆ MOMSET
◆ carran_()
| void carran_ |
( |
double * | rvec, |
|
|
int * | nma ) |
|
extern |
Definition at line 82 of file Bhlumi.cxx.
82 {
83 int nmax = *nma;
84 assert( nmax < 100 );
85 double rvecd[100];
87 for ( int i = 0; i < nmax; i++ ) rvec[i] = rvecd[i];
88}
static void FlatArray(double *vect, const int size)
◆ COMMON_BLOCK_DEF()
◆ ecuran_()
| void ecuran_ |
( |
double * | rvec, |
|
|
int * | nma ) |
|
extern |
Definition at line 90 of file Bhlumi.cxx.
90 {
91 int nmax = *nma;
92 assert( nmax < 100 );
93 double rvecd[100];
95 for ( int i = 0; i < nmax; i++ ) rvec[i] = rvecd[i];
96}
◆ marran_()
| void marran_ |
( |
float * | rvec, |
|
|
int * | nma ) |
|
extern |
Definition at line 74 of file Bhlumi.cxx.
74 {
75 int nmax = *nma;
76 assert( nmax < 100 );
77 double rvecd[100];
79 for ( int i = 0; i < nmax; i++ ) rvec[i] = rvecd[i];
80}
◆ ranmarr_()