BOSS
7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtRexc.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// pingrg-2014-10-16
3
// Model REXC : used to decay vgam to the final state as in ConExc model
4
// Name: REXC: R-scan exclusive decay model
5
// Decay cards:
6
// Decay vgam
7
// 1 REXC;
8
// Enddecay
9
// particle vgam is mandatory
10
//------------------------------------------------------------------------
11
12
#ifndef EVTREXC_HH
13
#define EVTREXC_HH
14
15
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
16
#include "
EvtGenModels/EvtConExc.hh
"
17
class
EvtParticle
;
18
19
class
EvtRexc
:
public
EvtDecayIncoherent
{
20
21
public
:
22
23
EvtRexc
() {}
24
virtual
~EvtRexc
();
25
26
void
getName
(std::string& name);
27
28
EvtDecayBase
*
clone
();
29
30
void
initProbMax
();
31
32
void
init
();
33
34
void
decay
(
EvtParticle
*p);
35
36
double
baryonAng
(
double
mx);
37
bool
angularSampling
(
EvtParticle
* par);
38
private
:
39
EvtConExc
*myconexc;
40
double
cosp,cosk;
41
};
42
43
#endif
44
EvtConExc.hh
EvtDecayIncoherent.hh
EvtConExc
Definition:
EvtConExc.hh:87
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtParticle
Definition:
EvtParticle.hh:42
EvtRexc
Definition:
EvtRexc.hh:19
EvtRexc::~EvtRexc
virtual ~EvtRexc()
Definition:
EvtRexc.cc:21
EvtRexc::init
void init()
Definition:
EvtRexc.cc:36
EvtRexc::decay
void decay(EvtParticle *p)
Definition:
EvtRexc.cc:49
EvtRexc::clone
EvtDecayBase * clone()
Definition:
EvtRexc.cc:29
EvtRexc::angularSampling
bool angularSampling(EvtParticle *par)
Definition:
EvtRexc.cc:80
EvtRexc::initProbMax
void initProbMax()
Definition:
EvtRexc.cc:43
EvtRexc::EvtRexc
EvtRexc()
Definition:
EvtRexc.hh:23
EvtRexc::baryonAng
double baryonAng(double mx)
Definition:
EvtRexc.cc:102
EvtRexc::getName
void getName(std::string &name)
Definition:
EvtRexc.cc:23
source
Generator
BesEvtGen
BesEvtGen-00-03-58
src
EvtGen
EvtGenModels
EvtRexc.hh
Generated by
1.9.6