#include "Bhwide/Bhwide.h"
#include "Bhwide/BhwideRandom.h"
#include "HepMC/GenEvent.h"
#include "HepMC/GenVertex.h"
#include "HepMC/GenParticle.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GeneratorObject/McGenEvent.h"
#include "BesKernel/IBesRndmGenSvc.h"
#include "cfortran/cfortran.h"
#include <stdlib.h>
Go to the source code of this file.
|
#define | MOMSET COMMON_BLOCK(MOMSET_DEF, momset) |
|
#define | GLIMIT(LENMX) CCALLSFSUB1(GLIMIT,glimit,INT,LENMX) |
|
#define | DUMPS(NOUT) CCALLSFSUB1(DUMPS,dumps,INT,NOUT) |
|
#define | BHWIDE(MODE, XPAR, NPAR) CCALLSFSUB3(BHWIDE,bhwide,INT,DOUBLEV,INTV,MODE,XPAR,NPAR) |
|
#define | MARINI(IJKLIN, NTOTIN, NTOT2N) CCALLSFSUB3(MARINI, marini, INT, INT, INT, IJKLIN, NTOTIN, NTOT2N) |
|
◆ BHWIDE
#define BHWIDE |
( |
|
MODE, |
|
|
|
XPAR, |
|
|
|
NPAR |
|
) |
| CCALLSFSUB3(BHWIDE,bhwide,INT,DOUBLEV,INTV,MODE,XPAR,NPAR) |
◆ DUMPS
#define DUMPS |
( |
|
NOUT | ) |
CCALLSFSUB1(DUMPS,dumps,INT,NOUT) |
◆ GLIMIT
#define GLIMIT |
( |
|
LENMX | ) |
CCALLSFSUB1(GLIMIT,glimit,INT,LENMX) |
◆ MARINI
#define MARINI |
( |
|
IJKLIN, |
|
|
|
NTOTIN, |
|
|
|
NTOT2N |
|
) |
| CCALLSFSUB3(MARINI, marini, INT, INT, INT, IJKLIN, NTOTIN, NTOT2N) |
◆ MOMSET
◆ carran_()
void carran_ |
( |
double * |
rvec, |
|
|
int * |
nma |
|
) |
| |
Definition at line 85 of file Bhwide.cxx.
86{
87 int nmax = *nma;
88 assert(nmax<100);
89 double rvecd[100];
91 for(int i=0; i<nmax; i++) rvec[i]=rvecd[i];
92}
static void FlatArray(double *vect, const int size)
◆ COMMON_BLOCK_DEF()
◆ ecuran_()
void ecuran_ |
( |
double * |
rvec, |
|
|
int * |
nma |
|
) |
| |
Definition at line 94 of file Bhwide.cxx.
95{
96 int nmax = *nma;
97 assert(nmax<100);
98 double rvecd[100];
100 for(int i=0; i<nmax; i++) rvec[i]=rvecd[i];
101}
◆ marran_()
void marran_ |
( |
float * |
rvec, |
|
|
int * |
nma |
|
) |
| |
Definition at line 76 of file Bhwide.cxx.
77{
78 int nmax = *nma;
79 assert(nmax<100);
80 double rvecd[100];
82 for(int i=0; i<nmax; i++) rvec[i]=rvecd[i];
83}
◆ ranmarr_()