BOSS
7.0.4
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
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
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
TrkDifTraj.cxx
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkDifTraj.cxx,v 1.2 2005/07/18 02:56:08 zhangy Exp $
4
//
5
// Description:
6
//
7
// Environment:
8
// Software developed for the BaBar Detector at the SLAC B-Factory.
9
//
10
// Author(s): Steve Schaffner
11
//
12
//------------------------------------------------------------------------
13
14
#include "TrkBase/TrkDifTraj.h"
15
#include "MdcRecoUtil/DifVector.h"
16
#include "MdcGeom/Trajectory.h"
17
//Constructor
18
TrkDifTraj::TrkDifTraj
(
const
double
lowlim,
const
double
hilim) :
19
Trajectory
(lowlim, hilim) {
20
}
21
22
TrkDifTraj::~TrkDifTraj
() {}
23
24
void
25
TrkDifTraj::getDFInfo2
(
double
fltLen,
DifPoint
& pos,
DifVector
& direction)
const
{
26
// Slow default implementation. Override in subclasses where speed matters
27
DifVector
dummy;
28
getDFInfo
(fltLen, pos,
direction
, dummy);
29
}
30
31
32
33
DifPoint
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DifPoint.h:34
DifVector
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/DifVector.h:32
Trajectory
Definition:
InstallArea/include/MdcGeom/MdcGeom/Trajectory.h:35
Trajectory::direction
virtual Hep3Vector direction(double) const =0
TrkDifTraj::getDFInfo2
virtual void getDFInfo2(double fltLen, DifPoint &pos, DifVector &direction) const
Definition:
TrkDifTraj.cxx:25
TrkDifTraj::~TrkDifTraj
virtual ~TrkDifTraj()
Definition:
TrkDifTraj.cxx:22
TrkDifTraj::TrkDifTraj
TrkDifTraj(const double lowlim=-99999., const double hilim=99999.)
Definition:
TrkDifTraj.cxx:18
TrkDifTraj::getDFInfo
virtual void getDFInfo(double fltLen, DifPoint &pos, DifVector &direction, DifVector &delDirect) const =0
source
Reconstruction
MdcPatRec
TrkBase
TrkBase-00-01-12
src
TrkDifTraj.cxx
Generated by
1.9.6