BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
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
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
41 void initProbMax();
42
43 void init();
44
45 void decay(EvtParticle *p);
46
47};
48
49#endif
50
void getName(std::string &name)
Definition EvtT2GV.cc:39
void init()
Definition EvtT2GV.cc:52
EvtT2GV()
Definition EvtT2GV.hh:34
EvtDecayBase * clone()
Definition EvtT2GV.cc:45
void decay(EvtParticle *p)
Definition EvtT2GV.cc:65
void initProbMax()
Definition EvtT2GV.cc:59
virtual ~EvtT2GV()
Definition EvtT2GV.cc:37