BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPBB2.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: EvtPBB2.hh
12//
13// Description: Routine to decay pseudoscalar to B_10 bar B_10 using
14// helicity amplitude.
15//
16// Modification history:
17//
18// Ping R.-G. Apr., 2007 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EVTPBB2_HH
23#define EVTPBB2_HH
24
26
27
28class EvtParticle;
29
30class EvtPBB2:public EvtDecayAmp {
31
32public:
33
35 virtual ~EvtPBB2();
36
37 void getName(std::string& name);
39
40 void decay(EvtParticle *p);
41 void init();
42 void init(int,double*);
43 void initProbMax();
44
45 double alpha;
46 double u;
47
48
49};
50
51#endif
52
double alpha
Definition EvtPBB2.hh:45
void getName(std::string &name)
Definition EvtPBB2.cc:44
EvtPBB2()
Definition EvtPBB2.hh:34
void initProbMax()
Definition EvtPBB2.cc:66
double u
Definition EvtPBB2.hh:46
virtual ~EvtPBB2()
Definition EvtPBB2.cc:42
void decay(EvtParticle *p)
Definition EvtPBB2.cc:74
EvtDecayBase * clone()
Definition EvtPBB2.cc:51
void init(int, double *)
void init()
Definition EvtPBB2.cc:57