BOSS 8.0.0
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:
31 virtual ~EvtJTO3P();
32
33 void getName( std::string& name );
34
36
37 // void initProbMax();
38
39 void init();
40
41 void decay( EvtParticle* p );
42 void init( int, double* );
43
44 // int GetNdaug(){return _nd;}
45};
46
47#endif
void init(int, double *)
void getName(std::string &name)
Definition EvtJTO3P.cc:48
virtual ~EvtJTO3P()
Definition EvtJTO3P.cc:46
void init()
Definition EvtJTO3P.cc:52
EvtDecayBase * clone()
Definition EvtJTO3P.cc:50
void decay(EvtParticle *p)
Definition EvtJTO3P.cc:67