BOSS 7.1.1
BESIII Offline Software System
|
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/GenEvent.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "KKMC/KKMC.h"
#include "KKMC/KKMCRandom.h"
#include "GeneratorObject/McGenEvent.h"
#include "BesKernel/IBesRndmGenSvc.h"
#include "cfortran/cfortran.h"
#include "EventModel/EventHeader.h"
Go to the source code of this file.
Classes | |
struct | DDBAR_DEF |
struct | PHOTONTAG_DEF |
struct | MODEXS_DEF |
Macros | |
#define | PSEUMAR_INITIALIZE(ijklin, ntot1n, ntot2n) |
#define | WHYM_SETDEF(XPAR) |
#define | MY_PYUPD() |
#define | KK2F_INITIALIZE(XPAR) |
#define | HEPEVT_CLEAN() |
#define | KK2F_MAKE() |
#define | KK2F_GETKEYSKIP(KEY) |
#define | PSIPP_DDBARCUT(KEY) |
#define | KK2F_FINALIZE() |
#define | KK2F_GETXSECMC(xsecpb, xerrpb) |
#define | PYLIST(LIST) |
#define | PYHEPC(ICONV) |
#define | KK2F_SETEVTGENINTERFACE(KEY) |
#define | KK2F_GETEVTGENINTERFACE(KEY) |
#define | HEPEVT_NUMHEP(Nhep) |
#define | HEPEVT_GETF(POS) |
#define | HEPEVT_GETFBAR(POS) |
#define | HEPEVT_GETKFFIN(KFIN) |
#define | HEPEVT_SETPHOTOSFLAGTRUE(IP) |
#define | PHOTOS(IP) |
#define | PHOINI() |
#define | TURNOFFTAUDECAY() |
#define | PYUPDA(MUPDA, LFN) |
#define | DDBARMASS COMMON_BLOCK(DDBAR_DEF, ddbarmass) |
#define | PHOTONTAG COMMON_BLOCK(PHOTONTAG_DEF,photontag) |
#define | MODEXS COMMON_BLOCK(MODEXS_DEF, modexs) |
Functions | |
COMMON_BLOCK_DEF (DDBAR_DEF, DDBARMASS) | |
COMMON_BLOCK_DEF (PHOTONTAG_DEF, PHOTONTAG) | |
COMMON_BLOCK_DEF (MODEXS_DEF, MODEXS) | |
void | pygive_ (const char *cnfgstr, int length) |
#define DDBARMASS COMMON_BLOCK(DDBAR_DEF, ddbarmass) |
Definition at line 82 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define HEPEVT_CLEAN | ( | ) |
#define HEPEVT_GETF | ( | POS | ) |
Definition at line 61 of file KKMC.cxx.
Referenced by KKMC::execute().
#define HEPEVT_GETFBAR | ( | POS | ) |
Definition at line 63 of file KKMC.cxx.
Referenced by KKMC::execute().
#define HEPEVT_GETKFFIN | ( | KFIN | ) |
Definition at line 65 of file KKMC.cxx.
Referenced by KKMC::execute().
#define HEPEVT_NUMHEP | ( | Nhep | ) |
Definition at line 59 of file KKMC.cxx.
Referenced by KKMC::execute().
#define HEPEVT_SETPHOTOSFLAGTRUE | ( | IP | ) |
Definition at line 67 of file KKMC.cxx.
Referenced by KKMC::execute().
#define KK2F_FINALIZE | ( | ) |
Definition at line 43 of file KKMC.cxx.
Referenced by KKMC::finalize().
#define KK2F_GETEVTGENINTERFACE | ( | KEY | ) |
Definition at line 56 of file KKMC.cxx.
Referenced by KKMC::execute().
#define KK2F_GETKEYSKIP | ( | KEY | ) |
Definition at line 37 of file KKMC.cxx.
Referenced by KKMC::execute().
#define KK2F_GETXSECMC | ( | xsecpb, | |
xerrpb ) |
Definition at line 45 of file KKMC.cxx.
Referenced by KKMC::finalize().
#define KK2F_INITIALIZE | ( | XPAR | ) |
Definition at line 29 of file KKMC.cxx.
Referenced by KKMC::execute(), and KKMC::initialize().
#define KK2F_MAKE | ( | ) |
Definition at line 34 of file KKMC.cxx.
Referenced by KKMC::execute().
#define KK2F_SETEVTGENINTERFACE | ( | KEY | ) |
Definition at line 54 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define MODEXS COMMON_BLOCK(MODEXS_DEF, modexs) |
Definition at line 94 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define MY_PYUPD | ( | ) |
Definition at line 26 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define PHOINI | ( | ) |
Definition at line 71 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define PHOTONTAG COMMON_BLOCK(PHOTONTAG_DEF,photontag) |
Definition at line 88 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define PHOTOS | ( | IP | ) |
Definition at line 69 of file KKMC.cxx.
Referenced by KKMC::execute(), and generator_name().
#define PSEUMAR_INITIALIZE | ( | ijklin, | |
ntot1n, | |||
ntot2n ) |
#define PSIPP_DDBARCUT | ( | KEY | ) |
Definition at line 40 of file KKMC.cxx.
Referenced by KKMC::execute().
#define PYHEPC | ( | ICONV | ) |
Definition at line 51 of file KKMC.cxx.
Referenced by KKMC::execute().
#define PYLIST | ( | LIST | ) |
Definition at line 48 of file KKMC.cxx.
Referenced by KKMC::execute().
#define PYUPDA | ( | MUPDA, | |
LFN ) |
Definition at line 77 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define TURNOFFTAUDECAY | ( | ) |
Definition at line 74 of file KKMC.cxx.
Referenced by KKMC::initialize().
#define WHYM_SETDEF | ( | XPAR | ) |
Definition at line 24 of file KKMC.cxx.
Referenced by KKMC::initialize().
COMMON_BLOCK_DEF | ( | MODEXS_DEF | , |
MODEXS | ) |
COMMON_BLOCK_DEF | ( | PHOTONTAG_DEF | , |
PHOTONTAG | ) |
|
extern |