BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/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
22#include "EvtGenBase/EvtDecayAmp.hh"
23#include "EvtGenBase/EvtVector4R.hh"
24#include "EvtGenBase/EvtHelSys.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)
void init()
EvtDecayBase * clone()
void decay(EvtParticle *p)
virtual ~EvtJTO3P()