CGEM BOSS
6.6.5.f
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
Enumerations
d
e
g
h
p
r
s
t
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
RecCgemSegment.cxx
Go to the documentation of this file.
1
/*
2
* @class : RecCgemSegment
3
* this class models "Segment" used in Cgem Reconstruction
4
*
5
* ********************************************************/
6
7
#include "CgemRecEvent/RecCgemSegment.h"
8
9
const
CLID&
RecCgemSegment::clID
()
const
{
10
return
RecCgemSegment::classID
();
11
}
12
13
const
CLID&
RecCgemSegment::classID
() {
14
return
CLID_RecCgemSegment
;
15
}
16
17
RecCgemSegment::RecCgemSegment
()
18
:
DstCgemSegment
()
19
{
20
}
21
22
RecCgemSegment::RecCgemSegment
(
const
RecCgemSegment
& recseg)
23
:
DstCgemSegment
(recseg)
24
{
25
}
26
27
RecCgemSegment::RecCgemSegment
(
const
DstCgemSegment
& dstseg)
28
:
DstCgemSegment
(dstseg)
29
{
30
}
31
32
RecCgemSegment
&
RecCgemSegment::operator=
(
const
RecCgemSegment
& recseg)
33
{
34
if
( &recseg !=
this
){
35
DstCgemSegment::operator=
(recseg);
36
}
37
return
*
this
;
38
}
39
40
RecCgemSegment
&
RecCgemSegment::operator=
(
const
DstCgemSegment
& dstseg)
41
{
42
if
( &dstseg !=
this
){
43
DstCgemSegment::operator=
(dstseg);
44
}
45
return
*
this
;
46
}
47
48
49
RecCgemSegment::~RecCgemSegment
() {}
CLID_RecCgemSegment
const CLID & CLID_RecCgemSegment
Definition:
EventModel.cxx:401
DstCgemSegment
Definition:
Event/DstEvent/DstEvent-00-05-06/DstEvent/DstCgemSegment.h:25
DstCgemSegment::operator=
DstCgemSegment & operator=(const DstCgemSegment &)
Definition:
DstCgemSegment.cxx:37
RecCgemSegment
Definition:
Cgem/CgemRecEvent/CgemRecEvent-00-00-16/CgemRecEvent/RecCgemSegment.h:23
RecCgemSegment::classID
static const CLID & classID()
Definition:
RecCgemSegment.cxx:13
RecCgemSegment::RecCgemSegment
RecCgemSegment()
Definition:
RecCgemSegment.cxx:17
RecCgemSegment::operator=
RecCgemSegment & operator=(const RecCgemSegment &)
Definition:
RecCgemSegment.cxx:32
RecCgemSegment::clID
virtual const CLID & clID() const
Definition:
RecCgemSegment.cxx:9
RecCgemSegment::~RecCgemSegment
~RecCgemSegment()
Definition:
RecCgemSegment.cxx:49
source
Cgem
CgemRecEvent
CgemRecEvent-00-00-16
src
RecCgemSegment.cxx
Generated by
1.9.6