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
TrkHitUse.cxx
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkHitUse.cxx,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
4
//
5
// Description:
6
//
7
//
8
// Environment:
9
// Software developed for the BaBar Detector at the SLAC B-Factory.
10
//
11
// Author(s): Steve Schaffner
12
//
13
//------------------------------------------------------------------------
14
15
#include "TrkBase/TrkHitUse.h"
16
17
//------------------------------------------------------------------------
18
TrkHitUse::TrkHitUse
(
const
TrkFundHit
& theHit,
double
flt,
bool
active,
19
int
usable) : _hit(theHit) {
20
//------------------------------------------------------------------------
21
_fltLen = flt;
22
_isActive = active;
23
_isUsable = usable;
24
}
25
26
//------------------------------------------------------------------------
27
TrkHitUse::~TrkHitUse
() {
28
//------------------------------------------------------------------------
29
}
30
31
//------------------------------------------------------------------------
32
const
MdcHit
*
33
TrkHitUse::mdcHit
()
const
{
34
//------------------------------------------------------------------------
35
return
0;
36
}
37
38
//------------------------------------------------------------------------
39
//const SvtHit*
40
//TrkHitUse::svtHit() const {
41
//------------------------------------------------------------------------
42
// return 0;
43
//}
44
45
//------------------------------------------------------------------------
46
bool
47
TrkHitUse::operator==
(
const
TrkHitUse
& rhs)
const
{
48
//------------------------------------------------------------------------
49
return
( &(
hit
()) == &(rhs.
hit
()) );
50
}
MdcHit
Definition:
InstallArea/include/MdcData/MdcData/MdcHit.h:44
TrkFundHit
Definition:
InstallArea/include/TrkBase/TrkBase/TrkFundHit.h:42
TrkHitUse
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitUse.h:25
TrkHitUse::operator==
virtual bool operator==(const TrkHitUse &) const =0
Definition:
TrkHitUse.cxx:47
TrkHitUse::hit
const TrkFundHit & hit() const
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitUse.h:35
TrkHitUse::mdcHit
virtual const MdcHit * mdcHit() const
Definition:
TrkHitUse.cxx:33
TrkHitUse::~TrkHitUse
virtual ~TrkHitUse()
Definition:
TrkHitUse.cxx:27
TrkHitUse::TrkHitUse
TrkHitUse(const TrkFundHit &, double fltLen, bool active=true, int usable=1)
Definition:
TrkHitUse.cxx:18
source
Reconstruction
MdcPatRec
TrkBase
TrkBase-00-01-12
src
TrkHitUse.cxx
Generated by
1.9.6