BOSS
7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtBody3.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: EvtBody3.cc
12
//
13
// Description: Routine to decay a particle into three bodies using the Dalitz plots and two particle
14
// angular distributions.
15
//
16
// Modification history:
17
//
18
// Ping R.-G. Mar, 2007 Module created
19
//
20
//------------------------------------------------------------------------
21
#ifndef EVTBODY3_HH
22
#define EVTBODY3_HH
23
24
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
25
26
class
EvtParticle
;
27
28
class
EvtBody3
:
public
EvtDecayIncoherent
{
29
30
public
:
31
32
EvtBody3
() {}
33
virtual
~EvtBody3
();
34
35
void
getName
(std::string& name);
36
37
EvtDecayBase
*
clone
();
38
39
void
initProbMax
();
40
41
void
init
();
42
43
void
decay
(
EvtParticle
*p);
44
45
const
char
*
setFileName
();
//Defined by user to specify the root file name
46
const
char
*
setHpoint
();
//Defined by user to specify the histor. id
47
const
char
*
setDaugAng
(
int
i);
//Defined by user to specify the daughter angular distr.
48
int
setDaugAngNo
();
49
50
int
*
setDaugPair
();
//Defined by user for specify the histo. point
51
52
53
};
54
55
#endif
56
EvtDecayIncoherent.hh
EvtBody3
Definition:
EvtBody3.hh:28
EvtBody3::clone
EvtDecayBase * clone()
Definition:
EvtBody3.cc:65
EvtBody3::setFileName
const char * setFileName()
Definition:
UserBody3.cc:11
EvtBody3::getName
void getName(std::string &name)
Definition:
EvtBody3.cc:59
EvtBody3::init
void init()
Definition:
EvtBody3.cc:72
EvtBody3::decay
void decay(EvtParticle *p)
Definition:
EvtBody3.cc:84
EvtBody3::setDaugPair
int * setDaugPair()
Definition:
UserBody3.cc:38
EvtBody3::setDaugAng
const char * setDaugAng(int i)
Definition:
UserBody3.cc:23
EvtBody3::~EvtBody3
virtual ~EvtBody3()
Definition:
EvtBody3.cc:57
EvtBody3::setDaugAngNo
int setDaugAngNo()
Definition:
UserBody3.cc:33
EvtBody3::initProbMax
void initProbMax()
Definition:
EvtBody3.cc:78
EvtBody3::EvtBody3
EvtBody3()
Definition:
EvtBody3.hh:32
EvtBody3::setHpoint
const char * setHpoint()
Definition:
UserBody3.cc:17
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:28
EvtParticle
Definition:
EvtParticle.hh:42
source
Generator
BesEvtGen
BesEvtGen-00-04-08
src
EvtGen
EvtGenModels
EvtBody3.hh
Generated by
1.9.6