CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtJTO3P.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 @IHEP
10//
11// Module: EvtJTO3P.cc
12//
13// Description: This Model describles the processes: J/psi or psip->3Pi.
14//
15// Modification history:
16//
17// Ping R.-G. Dec. 2007 Module created
18//------------------------------------------------------------------------
19
20#ifndef EVTJTO3P_HH
21#define EVTJTO3P_HH
25class EvtParticle;
26
27class EvtJTO3P:public EvtDecayAmp {
28
29public:
30
32 virtual ~EvtJTO3P();
33
34 void getName(std::string& name);
35
37
38 // void initProbMax();
39
40 void init();
41
42 void decay(EvtParticle *p);
43 void init(int,double*);
44
45 // int GetNdaug(){return _nd;}
46
47};
48
49
50#endif
51
void init(int, double *)
void getName(std::string &name)
Definition EvtJTO3P.cc:48
virtual ~EvtJTO3P()
Definition EvtJTO3P.cc:46
void init()
Definition EvtJTO3P.cc:61
EvtDecayBase * clone()
Definition EvtJTO3P.cc:54
void decay(EvtParticle *p)
Definition EvtJTO3P.cc:77