BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
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
EvtRecPi0.cxx
Go to the documentation of this file.
1
#include "
EvtRecEvent/EvtRecPi0.h
"
2
3
EvtRecPi0::EvtRecPi0
() :
4
m_unconMass(0),
5
m_chisq(0)
6
{
7
m_hi = 0;
8
m_lo = 0;
9
}
3
EvtRecPi0::EvtRecPi0
() : {
…
}
10
11
EvtRecPi0::EvtRecPi0
(
const
EvtRecPi0
& aPi0) :
12
m_unconMass( aPi0.m_unconMass ),
13
m_chisq( aPi0.m_chisq ),
14
m_hiPfit( aPi0.m_hiPfit ),
15
m_loPfit( aPi0.m_loPfit ),
16
m_hi( aPi0.m_hi ),
17
m_lo( aPi0.m_lo )
18
{
19
}
11
EvtRecPi0::EvtRecPi0
(
const
EvtRecPi0
& aPi0) : {
…
}
20
21
EvtRecPi0
&
EvtRecPi0::operator=
(
const
EvtRecPi0
& aPi0) {
22
23
m_unconMass = aPi0.m_unconMass;
24
m_chisq = aPi0.m_chisq;
25
m_hiPfit = aPi0.m_hiPfit;
26
m_loPfit = aPi0.m_loPfit;
27
m_hi = aPi0.m_hi;
28
m_lo = aPi0.m_lo;
29
30
return
*
this
;
31
}
21
EvtRecPi0
&
EvtRecPi0::operator=
(
const
EvtRecPi0
& aPi0) {
…
}
EvtRecPi0.h
EvtRecPi0
Definition
EvtRecPi0.h:11
EvtRecPi0::operator=
EvtRecPi0 & operator=(const EvtRecPi0 &aPi0)
Definition
EvtRecPi0.cxx:21
EvtRecPi0::EvtRecPi0
EvtRecPi0()
Definition
EvtRecPi0.cxx:3
7.1.2
Event
EvtRecEvent
EvtRecEvent-00-02-04
src
EvtRecPi0.cxx
Generated by
1.12.0