|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtDecay.h"#include "EvtGen/EvtGen.hh"#include "EvtGen/EvtGenBase/EvtDecayTable.hh"#include "EvtGen/EvtGenBase/EvtDecayTag.hh"#include "EvtGen/EvtGenBase/EvtGlobalSet.hh"#include "EvtGen/EvtGenBase/EvtHelSys.hh"#include "EvtGen/EvtGenBase/EvtParticle.hh"#include "EvtGen/EvtGenBase/EvtParticleFactory.hh"#include "EvtGen/EvtGenBase/EvtRandomEngine.hh"#include "EvtGen/EvtGenBase/EvtVector4R.hh"#include "EvtGen/EvtGenModels/EvtCalHelAmp.hh"#include "EvtGen/EvtGenModels/EvtConExc.hh"#include "EvtGen/EvtGenModels/EvtLundCharm.hh"#include "EvtGen/EvtGenModels/EvtPsi3Sdecay.hh"#include "ReadME.h"#include "DataInfoSvc/IDataInfoSvc.h"#include "EventModel/EventHeader.h"#include "GaudiKernel/SmartDataPtr.h"#include "HepMC/GenEvent.h"#include "HepMC/GenParticle.h"#include "HepMC/GenVertex.h"#include "GaudiKernel/DataSvc.h"#include "GaudiKernel/IPartPropSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/MsgStream.h"#include "BesRndmGenSvc/IBesRndmGenSvc.h"#include "CLHEP/Random/RandFlat.h"#include "CLHEP/Random/Ranlux64Engine.h"#include "EvtGen/EvtGenBase/EvtEulerAngles.hh"#include "GeneratorObject/McGenEvent.h"#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 78 of file EvtDecay.cxx.
| int N_gamma = 0 |
Definition at line 76 of file EvtDecay.cxx.
| int N_gammaFSR = 0 |
Definition at line 77 of file EvtDecay.cxx.
| int nchr = 0 |
Definition at line 70 of file EvtDecay.cxx.
| int nchr_e = 0 |
Definition at line 71 of file EvtDecay.cxx.
| int nchr_k = 0 |
Definition at line 74 of file EvtDecay.cxx.
| int nchr_mu = 0 |
Definition at line 72 of file EvtDecay.cxx.
| int nchr_p = 0 |
Definition at line 75 of file EvtDecay.cxx.
| int nchr_pi = 0 |
Definition at line 73 of file EvtDecay.cxx.