BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtDeBD.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: EvtDeBD.hh
12//
13// Description: To generate events for decuplet baryon deacys.
14//
15// Modification history:
16//
17// Ping R.-G. Apr., 2007 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTDEBD_HH
22#define EVTDEBD_HH
23
25
26class EvtParticle;
27
28class EvtDeBD : public EvtDecayAmp {
29
30public:
32 virtual ~EvtDeBD();
33
34 void getName( std::string& name );
36
37 // void initProbMax();
38 void init();
39 void decay( EvtParticle* p );
40};
41
42#endif
EvtDeBD()
Definition EvtDeBD.hh:31
virtual ~EvtDeBD()
Definition EvtDeBD.cc:40
EvtDecayBase * clone()
Definition EvtDeBD.cc:44
void getName(std::string &name)
Definition EvtDeBD.cc:42
void decay(EvtParticle *p)
Definition EvtDeBD.cc:64
void init()
Definition EvtDeBD.cc:46