BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtJ2BB1.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: EvtJ2BB1.cc
12//
13// Description: Routine to decay J/psi-> B_8 bar B_8 using helicity amplitude.
14//
15// Modification history:
16//
17// Pang C.-Y., Ping R.-G. December, 2006 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTJ2BB1_HH
22#define EVTJ2BB1_HH
23
25
26
27class EvtParticle;
28
29class EvtJ2BB1:public EvtDecayAmp {
30
31public:
32
34 virtual ~EvtJ2BB1();
35
36 void getName(std::string& name);
38
39 void decay(EvtParticle *p);
40 void init();
41 void init(int,double*);
42// void initProbMax();
43
44 double alpha;
45 double u;
46
47
48};
49
50#endif
51
EvtDecayBase * clone()
Definition: EvtJ2BB1.cc:45
void init(int, double *)
void init()
Definition: EvtJ2BB1.cc:58
double u
Definition: EvtJ2BB1.hh:45
EvtJ2BB1()
Definition: EvtJ2BB1.hh:33
void decay(EvtParticle *p)
Definition: EvtJ2BB1.cc:65
double alpha
Definition: EvtJ2BB1.hh:44
virtual ~EvtJ2BB1()
Definition: EvtJ2BB1.cc:36
void getName(std::string &name)
Definition: EvtJ2BB1.cc:38