CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtAV2GV.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: EvtAV2GV.cc
12//
13// Description: Routine to decay chi_c1-> gamma J/psi using
14// helicity amplitude, assuming E1 dominance.
15// Modification history:
16//
17// Ping R.-G. December, 2006 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTAV2GV_HH
22#define EVTAV2GV_HH
23
25
26class EvtParticle;
27
28class EvtAV2GV:public EvtDecayAmp {
29
30public:
31
33 virtual ~EvtAV2GV();
34
35 void getName(std::string& name);
37
38 void decay(EvtParticle *p);
39 void init();
40 void initProbMax();
41
42};
43
44#endif
45
EvtDecayBase * clone()
Definition: EvtAV2GV.cc:47
virtual ~EvtAV2GV()
Definition: EvtAV2GV.cc:38
void decay(EvtParticle *p)
Definition: EvtAV2GV.cc:74
EvtAV2GV()
Definition: EvtAV2GV.hh:32
void init()
Definition: EvtAV2GV.cc:53
void getName(std::string &name)
Definition: EvtAV2GV.cc:40
void initProbMax()
Definition: EvtAV2GV.cc:68