CGEM BOSS
6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
PseuMarc.cxx
Go to the documentation of this file.
1
//*********************************************
2
//
3
// Environment:
4
// This software is part of models developed at BES collaboration.
5
// If you use all or part of it, please give an appropriate acknowledgement.
6
//
7
// Copyright Information:
8
//
9
// Module: PseuMarc.cc
10
//
11
// Description: to unify the random engines of :
12
// Rlu in lund_crm1_evtgen.F as EvtGen
13
// Pyr in Pythia
14
// by replace the random number in PseuMar_makeVec(rved,lenv)(see PseuMar.F),
15
// RANMAR(RVEC,LENV) in tauola.F
16
// Modification history:
17
//
18
// Ping R.-G. Nov., 2007 Module created
19
//
20
//------------------------------------------------------------------------
21
22
#include "KKMC/KKMCRandom.h"
23
#include <iostream>
24
using namespace
std
;
25
26
extern
"C"
{
27
extern
void
flat_
(
float
*);
28
}
29
30
static
int
nr=0;
31
32
void
flat_
(
float
*rndm)
33
{
34
*rndm= (float)
KKMCRandom::random
();
35
nr++;
36
// cout<<nr<<": "<<"KKMCRandom= "<<*rndm<<endl;
37
return
;
38
}
39
40
flat_
float flat_()
Definition:
Babayaga.cxx:120
KKMCRandom::random
static double random()
Definition:
KKMCRandom.cxx:37
std
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/RootEventData_rootcint.cxx:16
source
Generator
KKMC
KKMC-00-00-44-slc6tag
src
KK2f
PseuMarc.cxx
Generated by
1.9.6