BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EeToeeV.cxx File Reference
#include "EeToeeV.h"
#include "BesRndmGenSvc/IBesRndmGenSvc.h"
#include "EeToeeVRandom.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 "CLHEP/Vector/LorentzVector.h"
#include "GeneratorObject/McGenEvent.h"
#include "cfortran/cfortran.h"
#include <stdlib.h>

Go to the source code of this file.

Classes

struct  MOMSET_DEF
struct  BEAMENERGY_DEF
struct  VECTOR_DEF
struct  MCTRUTH_DEF

Macros

#define MOMSET   COMMON_BLOCK( MOMSET_DEF, momset )
#define BEAMENERGY   COMMON_BLOCK( BEAMENERGY_DEF, beamenergy )
#define VECTOR   COMMON_BLOCK( VECTOR_DEF, vector )
#define MCTRUTH   COMMON_BLOCK( MCTRUTH_DEF, mctruth )
#define GEVENT(NEVENTS)

Functions

 COMMON_BLOCK_DEF (MOMSET_DEF, MOMSET)
 COMMON_BLOCK_DEF (BEAMENERGY_DEF, BEAMENERGY)
 COMMON_BLOCK_DEF (VECTOR_DEF, VECTOR)
 COMMON_BLOCK_DEF (MCTRUTH_DEF, MCTRUTH)
float flat_ ()
void intxs_ ()

Macro Definition Documentation

◆ BEAMENERGY

#define BEAMENERGY   COMMON_BLOCK( BEAMENERGY_DEF, beamenergy )

Definition at line 46 of file EeToeeV.cxx.

◆ GEVENT

#define GEVENT ( NEVENTS)
Value:
CCALLSFSUB1( GEVENT, gevent, INT, NEVENTS )
#define GEVENT(NEVENTS)

Definition at line 81 of file EeToeeV.cxx.

◆ MCTRUTH

#define MCTRUTH   COMMON_BLOCK( MCTRUTH_DEF, mctruth )

Definition at line 60 of file EeToeeV.cxx.

◆ MOMSET

#define MOMSET   COMMON_BLOCK( MOMSET_DEF, momset )

Definition at line 39 of file EeToeeV.cxx.

◆ VECTOR

Function Documentation

◆ COMMON_BLOCK_DEF() [1/4]

COMMON_BLOCK_DEF ( BEAMENERGY_DEF ,
BEAMENERGY  )

◆ COMMON_BLOCK_DEF() [2/4]

COMMON_BLOCK_DEF ( MCTRUTH_DEF ,
MCTRUTH  )

◆ COMMON_BLOCK_DEF() [3/4]

COMMON_BLOCK_DEF ( MOMSET_DEF ,
MOMSET  )

◆ COMMON_BLOCK_DEF() [4/4]

COMMON_BLOCK_DEF ( VECTOR_DEF ,
VECTOR  )

◆ flat_()

float flat_ ( )
extern

Definition at line 68 of file EeToeeV.cxx.

68 {
69 float rr;
70 double rd = EeToeeVRandom::random();
71 // std::cout<<"EeToeeVRandom::random()="<<rd<<endl;
72 rr = (float)rd;
73 return (float)EeToeeVRandom::random();
74 // return rr;
75}
static double random()

◆ intxs_()

void intxs_ ( )
extern