BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtTauGamMu.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) 2014-2 Ping Rong-Gang
10//
11// Module: EvtHypWK.hh
12//
13// Description: To generate decay tau->gamma mu with uses' helicity amplitudes, it can be used
14// for the decay Fermion -> photon Fermion .
15//
16// Modification history:
17//
18// Pang C.-Y., Ping R.-G. Mar, 2007 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EVTTAUGAMMU_HH
23#define EVTTAUGAMMU_HH
24
26
27class EvtParticle;
28
30
31public:
32
34 virtual ~EvtTauGamMu();
35// void initProbMax();
36 void getName(std::string& name);
38
39 void init();
40 void decay(EvtParticle *p);
42
43};
44
45#endif
virtual ~EvtTauGamMu()
Definition: EvtTauGamMu.cc:40
void findMaxPro(EvtParticle *p)
EvtDecayBase * clone()
Definition: EvtTauGamMu.cc:50
void init()
Definition: EvtTauGamMu.cc:56
void getName(std::string &name)
Definition: EvtTauGamMu.cc:42
void decay(EvtParticle *p)
Definition: EvtTauGamMu.cc:81