BOSS
7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtFDC.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: EvtFDC.cc
12
//
13
// Description: Model provided by user, see the mannual
14
//
15
// Modification history:
16
//
17
// Ping R.-G. December, 2006 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTFDC_HH
22
#define EVTFDC_HH
23
24
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
25
#include "
EvtGenBase/EvtVector4R.hh
"
26
27
class
EvtParticle
;
28
29
class
EvtFDC
:
public
EvtDecayIncoherent
{
30
31
public
:
32
33
EvtFDC
() {}
34
virtual
~EvtFDC
();
35
36
void
getName
(std::string& name);
37
38
EvtDecayBase
*
clone
();
39
40
void
initProbMax
();
41
42
void
init
();
43
44
void
decay
(
EvtParticle
*p);
45
46
double
AmplitudeSquare
();
47
48
49
int
GetNdaug
(){
return
_nd;}
50
void
setEvtMomentum
(
EvtVector4R
*
p4
);
51
private
:
52
53
double
e[10],px[10],py[10],pz[10];
54
EvtVector4R
_p4[10];
55
int
_nd;
56
57
};
58
59
60
#endif
61
EvtDecayIncoherent.hh
EvtVector4R.hh
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtFDC
Definition:
EvtFDC.hh:29
EvtFDC::getName
void getName(std::string &name)
Definition:
EvtFDC.cc:63
EvtFDC::init
void init()
Definition:
EvtFDC.cc:76
EvtFDC::~EvtFDC
virtual ~EvtFDC()
Definition:
EvtFDC.cc:61
EvtFDC::EvtFDC
EvtFDC()
Definition:
EvtFDC.hh:33
EvtFDC::AmplitudeSquare
double AmplitudeSquare()
EvtFDC::initProbMax
void initProbMax()
Definition:
EvtFDC.cc:87
EvtFDC::setEvtMomentum
void setEvtMomentum(EvtVector4R *p4)
Definition:
EvtFDC.cc:96
EvtFDC::GetNdaug
int GetNdaug()
Definition:
EvtFDC.hh:49
EvtFDC::clone
EvtDecayBase * clone()
Definition:
EvtFDC.cc:69
EvtFDC::decay
void decay(EvtParticle *p)
Definition:
EvtFDC.cc:105
EvtParticle
Definition:
EvtParticle.hh:42
EvtVector4R
Definition:
EvtVector4R.hh:29
p4
double double double * p4
Definition:
qcdloop1.h:77
source
Generator
BesEvtGen
BesEvtGen-00-04-26
src
EvtGen
EvtGenModels
EvtFDC.hh
Generated by
1.9.6