#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.
◆ BHWIDE
#define BHWIDE |
( |
| MODE, |
|
|
| XPAR, |
|
|
| NPAR ) |
Value:
#define BHWIDE(MODE, XPAR, NPAR)
#define CCALLSFSUB3(UN, LN, T1, T2, T3, A1, A2, A3)
Definition at line 59 of file Bhwide.cxx.
Referenced by Bhwide::execute(), Bhwide::finalize(), and Bhwide::initialize().
◆ DUMPS
Value:
#define CCALLSFSUB1(UN, LN, T1, A1)
Definition at line 56 of file Bhwide.cxx.
◆ GLIMIT
◆ MARINI
#define MARINI |
( |
| IJKLIN, |
|
|
| NTOTIN, |
|
|
| NTOT2N ) |
Value:
#define MARINI(IJKLIN, NTOTIN, NTOT2N)
Definition at line 62 of file Bhwide.cxx.
◆ MOMSET
◆ carran_()
void carran_ |
( |
double * | rvec, |
|
|
int * | nma ) |
|
extern |
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 ) |
|
extern |
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 ) |
|
extern |
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_()