BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtJ2BB3.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang, Pang Cai-Ying@IHEP
10//
11// Module: EvtJ2BB3.cc
12//
13// Description: Routine to decay J/psi-> B_8 bar B_10 with using the
14// GVDM approach.(see J.-G. Korner Z.Physik C-Particles
15// and Fields 33,529-535(1987))
16//
17
18// Modification history:
19//
20// Pang C.-Y., Ping R.-G. Mar, 2007 Module created
21//
22//------------------------------------------------------------------------
23
24#ifndef EVTJ2BB3_HH
25#define EVTJ2BB3_HH
26
28
29
30class EvtParticle;
31
32class EvtJ2BB3:public EvtDecayAmp {
33
34public:
35
37 virtual ~EvtJ2BB3();
38
39 void getName(std::string& name);
41
42 void decay(EvtParticle *p);
43 void init();
44 void init(int,double*);
45// void initProbMax();
46
47 double alpha;
48 double u;
49
50
51};
52
53#endif
54
EvtDecayBase * clone()
Definition: EvtJ2BB3.cc:51
double u
Definition: EvtJ2BB3.hh:48
void decay(EvtParticle *p)
Definition: EvtJ2BB3.cc:74
virtual ~EvtJ2BB3()
Definition: EvtJ2BB3.cc:42
EvtJ2BB3()
Definition: EvtJ2BB3.hh:36
void init()
Definition: EvtJ2BB3.cc:57
void getName(std::string &name)
Definition: EvtJ2BB3.cc:44
double alpha
Definition: EvtJ2BB3.hh:47
void init(int, double *)