BOSS 7.1.0
BESIII Offline Software System
|
#include "EvtDecay.h"
#include "ReadME.h"
#include "EvtGenBase/EvtVector4R.hh"
#include "EvtGenBase/EvtParticle.hh"
#include "EvtGenBase/EvtParticleFactory.hh"
#include "EvtGenBase/EvtDecayTag.hh"
#include "EvtGen.hh"
#include "EvtGenBase/EvtRandomEngine.hh"
#include "EvtGenBase/EvtDecayTable.hh"
#include "EvtGenModels/EvtLundCharm.hh"
#include "EvtGenModels/EvtPsi3Sdecay.hh"
#include "EvtGlobalSet.hh"
#include "EvtGenBase/EvtHelSys.hh"
#include "EvtGenModels/EvtCalHelAmp.hh"
#include "EvtGenModels/EvtConExc.hh"
#include "HepMC/GenEvent.h"
#include "HepMC/GenVertex.h"
#include "HepMC/GenParticle.h"
#include "EventModel/EventHeader.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "DataInfoSvc/IDataInfoSvc.h"
#include "DataInfoSvc/DataInfoSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/IPartPropSvc.h"
#include "BesKernel/IBesRndmGenSvc.h"
#include "GeneratorObject/McGenEvent.h"
#include "CLHEP/Random/Ranlux64Engine.h"
#include "CLHEP/Random/RandFlat.h"
#include "EvtGenBase/EvtEulerAngles.hh"
#include <stdlib.h>
#include <string.h>
#include "../user/Lenu.inc"
Go to the source code of this file.
Variables | |
int | nchr = 0 |
int | nchr_e = 0 |
int | nchr_mu = 0 |
int | nchr_pi = 0 |
int | nchr_k = 0 |
int | nchr_p = 0 |
int | N_gamma =0 |
int | N_gammaFSR = 0 |
int | fst [50] |
int fst[50] |
Definition at line 79 of file EvtDecay.cxx.
int N_gamma =0 |
Definition at line 77 of file EvtDecay.cxx.
int N_gammaFSR = 0 |
Definition at line 78 of file EvtDecay.cxx.
int nchr = 0 |
Definition at line 71 of file EvtDecay.cxx.
int nchr_e = 0 |
Definition at line 72 of file EvtDecay.cxx.
int nchr_k = 0 |
Definition at line 75 of file EvtDecay.cxx.
int nchr_mu = 0 |
Definition at line 73 of file EvtDecay.cxx.
int nchr_p = 0 |
Definition at line 76 of file EvtDecay.cxx.
int nchr_pi = 0 |
Definition at line 74 of file EvtDecay.cxx.