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
TrkStoreHypo.cxx
Go to the documentation of this file.
1
// ------------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkStoreHypo.cxx,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
4
//
5
// Description: TrkStoreHypo
6
//
7
// Copyright Information:
8
// Copyright (C) 2000 Lawrence Berkeley Laboratory
9
//
10
// Authors: Dave Brown, 11/20/00
11
//------------------------------------------------------------------------------
12
13
//#include "BaBar/BaBar.hh"
14
#include "
TrkBase/TrkStoreHypo.h
"
15
#include <math.h>
16
17
double
18
TrkStoreHypo::_flttol(1.0);
// call requests within this equivalent
19
20
bool
21
TrkStoreHypo::operator ==
(
const
TrkStoreHypo
& other)
const
{
22
return
_hypo == other._hypo && fabs(_fltlen-other._fltlen) < _flttol;
23
}
24
25
26
bool
27
TrkStoreHypo::operator <
(
const
TrkStoreHypo
& other)
const
{
28
if
(!
operator
==(other)){
29
if
(_hypo != other._hypo)
30
return
_hypo < other._hypo;
31
else
32
return
_fltlen < other._fltlen;
33
}
else
34
return
false
;
35
}
TrkStoreHypo.h
TrkStoreHypo
Definition:
TrkStoreHypo.h:19
TrkStoreHypo::operator<
bool operator<(const TrkStoreHypo &other) const
Definition:
TrkStoreHypo.cxx:27
TrkStoreHypo::operator==
bool operator==(const TrkStoreHypo &other) const
Definition:
TrkStoreHypo.cxx:21
source
Reconstruction
MdcPatRec
TrkBase
TrkBase-00-01-12
src
TrkStoreHypo.cxx
Generated by
1.9.6