BOSS 8.0.0
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:
34 virtual ~EvtT2GV();
35
36 void getName( std::string& name );
37
39
40 void initProbMax();
41
42 void init();
43
44 void decay( EvtParticle* p );
45};
46
47#endif
void getName(std::string &name)
Definition EvtT2GV.cc:39
void init()
Definition EvtT2GV.cc:43
EvtT2GV()
Definition EvtT2GV.hh:33
EvtDecayBase * clone()
Definition EvtT2GV.cc:41
void decay(EvtParticle *p)
Definition EvtT2GV.cc:55
void initProbMax()
Definition EvtT2GV.cc:49
virtual ~EvtT2GV()
Definition EvtT2GV.cc:37