BOSS
7.0.7
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EvtPto3P.hh
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: EvtPto3P.hh,v 1.1.1.2 2007/10/26 05:03:14 pingrg Exp $
4
//
5
// Environment:
6
// This software is part of the EvtGen package developed jointly
7
// for the BaBar and CLEO collaborations. If you use all or part
8
// of it, please give an appropriate acknowledgement.
9
//
10
// Copyright Information:
11
// Copyright (C) 1998 Caltech, UCSB
12
//
13
// Module creator:
14
// Alexei Dvoretskii, Caltech, 2001-2002.
15
//-----------------------------------------------------------------------
16
17
#ifndef EVT_PTO3P_HH
18
#define EVT_PTO3P_HH
19
20
#include <vector>
21
#include "
EvtGenBase/EvtVector4R.hh
"
22
#include "
EvtGenModels/EvtIntervalDecayAmp.hh
"
23
#include "
EvtGenBase/EvtDalitzPoint.hh
"
24
25
26
class
EvtPto3P
:
public
EvtIntervalDecayAmp
<EvtDalitzPoint> {
27
28
public
:
29
30
EvtPto3P
() {}
31
virtual
~EvtPto3P
() {}
32
void
getName
(std::string& model_name) { model_name=
"PTO3P"
; }
33
EvtDecayBase
*
clone
() {
return
new
EvtPto3P
(); }
34
35
36
virtual
EvtAmpFactory<EvtDalitzPoint>
*
createFactory
(
const
EvtMultiChannelParser
& parser);
37
virtual
std::vector<EvtVector4R>
initDaughters
(
const
EvtDalitzPoint
& p)
const
;
38
39
EvtDalitzPlot
dp
();
40
41
};
42
43
#endif
44
EvtDalitzPoint.hh
EvtIntervalDecayAmp.hh
EvtVector4R.hh
EvtAmpFactory
Definition:
EvtAmpFactory.hh:32
EvtDalitzPlot
Definition:
EvtDalitzPlot.hh:25
EvtDalitzPoint
Definition:
EvtDalitzPoint.hh:27
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtIntervalDecayAmp
Definition:
EvtIntervalDecayAmp.hh:39
EvtMultiChannelParser
Definition:
EvtMultiChannelParser.hh:31
EvtPto3P
Definition:
EvtPto3P.hh:26
EvtPto3P::clone
EvtDecayBase * clone()
Definition:
EvtPto3P.hh:33
EvtPto3P::dp
EvtDalitzPlot dp()
Definition:
EvtPto3P.cc:24
EvtPto3P::EvtPto3P
EvtPto3P()
Definition:
EvtPto3P.hh:30
EvtPto3P::getName
void getName(std::string &model_name)
Definition:
EvtPto3P.hh:32
EvtPto3P::~EvtPto3P
virtual ~EvtPto3P()
Definition:
EvtPto3P.hh:31
EvtPto3P::initDaughters
virtual std::vector< EvtVector4R > initDaughters(const EvtDalitzPoint &p) const
Definition:
EvtPto3P.cc:56
EvtPto3P::createFactory
virtual EvtAmpFactory< EvtDalitzPoint > * createFactory(const EvtMultiChannelParser &parser)
Definition:
EvtPto3P.cc:45
source
Generator
BesEvtGen
BesEvtGen-00-04-08
src
EvtGen
EvtGenModels
EvtPto3P.hh
Generated by
1.9.6