BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtHypWK.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: EvtHypWK.hh
12//
13// Description: To generate octet hyperon weak decays.
14//
15// Modification history:
16//
17// Pang C.-Y., Ping R.-G. Mar, 2007 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTHypWK_HH
22#define EVTHypWK_HH
23
25
26class EvtParticle;
27
28class EvtHypWK:public EvtDecayAmp {
29
30public:
31
33 virtual ~EvtHypWK();
34// void initProbMax();
35 void getName(std::string& name);
37
38 void init();
39 void decay(EvtParticle *p);
41
42};
43
44#endif
void init()
Definition EvtHypWK.cc:55
void getName(std::string &name)
Definition EvtHypWK.cc:41
EvtDecayBase * clone()
Definition EvtHypWK.cc:49
void decay(EvtParticle *p)
Definition EvtHypWK.cc:71
void findMaxPro(EvtParticle *p)
virtual ~EvtHypWK()
Definition EvtHypWK.cc:39