BOSS
7.1.3
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
EvtRecEtaToGG.cxx
Go to the documentation of this file.
1
#include "
EvtRecEvent/EvtRecEtaToGG.h
"
2
3
EvtRecEtaToGG::EvtRecEtaToGG
() :
4
m_unconMass(0),
5
m_chisq(0)
6
{
7
m_hi = 0;
8
m_lo = 0;
9
}
3
EvtRecEtaToGG::EvtRecEtaToGG
() : {
…
}
10
11
EvtRecEtaToGG::EvtRecEtaToGG
(
const
EvtRecEtaToGG
& aEtaToGG) :
12
m_unconMass( aEtaToGG.m_unconMass ),
13
m_chisq( aEtaToGG.m_chisq ),
14
m_hiPfit( aEtaToGG.m_hiPfit ),
15
m_loPfit( aEtaToGG.m_loPfit ),
16
m_hi( aEtaToGG.m_hi ),
17
m_lo( aEtaToGG.m_lo )
18
{
19
}
11
EvtRecEtaToGG::EvtRecEtaToGG
(
const
EvtRecEtaToGG
& aEtaToGG) : {
…
}
20
21
EvtRecEtaToGG
&
EvtRecEtaToGG::operator=
(
const
EvtRecEtaToGG
& aEtaToGG) {
22
23
m_unconMass = aEtaToGG.m_unconMass;
24
m_chisq = aEtaToGG.m_chisq;
25
m_hiPfit = aEtaToGG.m_hiPfit;
26
m_loPfit = aEtaToGG.m_loPfit;
27
m_hi = aEtaToGG.m_hi;
28
m_lo = aEtaToGG.m_lo;
29
30
return
*
this
;
31
}
21
EvtRecEtaToGG
&
EvtRecEtaToGG::operator=
(
const
EvtRecEtaToGG
& aEtaToGG) {
…
}
EvtRecEtaToGG.h
EvtRecEtaToGG::operator=
EvtRecEtaToGG & operator=(const EvtRecEtaToGG &aEtaToGG)
Definition
EvtRecEtaToGG.cxx:21
EvtRecEtaToGG::EvtRecEtaToGG
EvtRecEtaToGG()
Definition
EvtRecEtaToGG.cxx:3
7.1.3
Event
EvtRecEvent
EvtRecEvent-00-02-04
src
EvtRecEtaToGG.cxx
Generated by
1.13.2