#include "Bhwide.h"
#include "BhwideRandom.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.
◆ BHWIDE
| #define BHWIDE |
( |
| MODE, |
|
|
| XPAR, |
|
|
| NPAR ) |
Value:CCALLSFSUB3(
BHWIDE, bhwide, INT, DOUBLEV, INTV, MODE, XPAR, NPAR )
#define BHWIDE(MODE, XPAR, NPAR)
Definition at line 56 of file Bhwide.cxx.
56#define BHWIDE( MODE, XPAR, NPAR ) \
57 CCALLSFSUB3( BHWIDE, bhwide, INT, DOUBLEV, INTV, MODE, XPAR, NPAR )
Referenced by Bhwide::execute(), Bhwide::finalize(), and Bhwide::initialize().
◆ DUMPS
Value:CCALLSFSUB1(
DUMPS, dumps, INT, NOUT )
Definition at line 53 of file Bhwide.cxx.
◆ 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 60 of file Bhwide.cxx.
60#define MARINI( IJKLIN, NTOTIN, NTOT2N ) \
61 CCALLSFSUB3( MARINI, marini, INT, INT, INT, IJKLIN, NTOTIN, NTOT2N )
◆ MOMSET
◆ carran_()
| void carran_ |
( |
double * | rvec, |
|
|
int * | nma ) |
|
extern |
Definition at line 80 of file Bhwide.cxx.
80 {
81 int nmax = *nma;
82 assert( nmax < 100 );
83 double rvecd[100];
85 for ( int i = 0; i < nmax; i++ ) rvec[i] = rvecd[i];
86}
static void FlatArray(double *vect, const int size)
◆ COMMON_BLOCK_DEF()
◆ ecuran_()
| void ecuran_ |
( |
double * | rvec, |
|
|
int * | nma ) |
|
extern |
Definition at line 88 of file Bhwide.cxx.
88 {
89 int nmax = *nma;
90 assert( nmax < 100 );
91 double rvecd[100];
93 for ( int i = 0; i < nmax; i++ ) rvec[i] = rvecd[i];
94}
◆ marran_()
| void marran_ |
( |
float * | rvec, |
|
|
int * | nma ) |
|
extern |
Definition at line 72 of file Bhwide.cxx.
72 {
73 int nmax = *nma;
74 assert( nmax < 100 );
75 double rvecd[100];
77 for ( int i = 0; i < nmax; i++ ) rvec[i] = rvecd[i];
78}
◆ ranmarr_()