BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtT2GV.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: EvtT2GV.cc
12//
13// Description: Routine to decay chi_c2-> gamma J/psi
14//
15// Modification history:
16//
17// Ping R.-G. December, 2006 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTT2GV_HH
22#define EVTT2GV_HH
23
24#include "EvtGenBase/EvtDecayAmp.hh"
25//#include "EvtGenBase/EvtDecayIncoherent.hh"
26
27class EvtParticle;
28
29class EvtT2GV:public EvtDecayAmp {
30//class EvtT2GV:public EvtDecayIncoherent {
31
32public:
33
35 virtual ~EvtT2GV();
36
37 void getName(std::string& name);
38
40
42
43 void init();
44
45 void decay(EvtParticle *p);
46
47};
48
49#endif
50
virtual ~EvtT2GV()
void getName(std::string &name)
void init()
EvtDecayBase * clone()
void decay(EvtParticle *p)
void initProbMax()