BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtISGW.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of the EvtGen package developed jointly
5
// for the BaBar and CLEO collaborations. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/COPYRIGHT
9
// Copyright (C) 1998 Caltech, UCSB
10
//
11
// Module: EvtGen/EvtISGW.hh
12
//
13
// Description:Implementation of the ISGW model
14
//
15
// Modification history:
16
//
17
// DJL/RYD September 25, 1996 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTISGW_HH
22
#define EVTISGW_HH
23
24
#include "
../EvtGenBase/EvtDecayAmp.hh
"
25
#include "
../EvtGenBase/EvtSemiLeptonicAmp.hh
"
26
#include "
../EvtGenBase/EvtSemiLeptonicFF.hh
"
27
class
EvtParticle
;
28
29
class
EvtISGW
:
public
EvtDecayAmp
{
30
31
public
:
32
EvtISGW
() {}
33
virtual
~EvtISGW
();
34
35
void
getName
( std::string& name );
36
EvtDecayBase
*
clone
();
37
38
void
decay
(
EvtParticle
* p );
39
void
init
();
40
41
private
:
42
EvtSemiLeptonicFF
* isgwffmodel;
43
EvtSemiLeptonicAmp
* calcamp;
44
};
45
46
#endif
EvtDecayAmp.hh
EvtSemiLeptonicAmp.hh
EvtSemiLeptonicFF.hh
EvtDecayAmp
Definition
EvtDecayAmp.hh:27
EvtDecayBase
Definition
EvtDecayBase.hh:39
EvtISGW::decay
void decay(EvtParticle *p)
Definition
EvtISGW.cc:41
EvtISGW::getName
void getName(std::string &name)
Definition
EvtISGW.cc:37
EvtISGW::init
void init()
Definition
EvtISGW.cc:49
EvtISGW::EvtISGW
EvtISGW()
Definition
EvtISGW.hh:32
EvtISGW::~EvtISGW
virtual ~EvtISGW()
Definition
EvtISGW.cc:35
EvtISGW::clone
EvtDecayBase * clone()
Definition
EvtISGW.cc:39
EvtParticle
Definition
EvtParticle.hh:42
EvtSemiLeptonicAmp
Definition
EvtSemiLeptonicAmp.hh:29
EvtSemiLeptonicFF
Definition
EvtSemiLeptonicFF.hh:27
8.0.0
BOSS_Gen
BesEvtGen
src
EvtGen
EvtGenModels
EvtISGW.hh
Generated by
1.16.1