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
InstallArea/include/MdcGeom/MdcGeom/TrkGeomTraj.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkGeomTraj.h,v 1.2 2010/03/25 09:54:17 zhangy Exp $
4
//
5
// Description:
6
// Base class for all simple, geometric trajectories (i.e. trajs that
7
// don't describe tracks). Inherits from Trajectory. Supports
8
// (via accept() function) Visitor pattern for adding functionality.
9
//
10
// Environment:
11
// Software developed for the BaBar Detector at the SLAC B-Factory.
12
//
13
// Author(s): Steve Schaffner
14
//
15
//------------------------------------------------------------------------
16
#ifndef TRKGEOMTRAJ_H
17
#define TRKGEOMTRAJ_H
18
#include "MdcGeom/Trajectory.h"
19
20
21
class
TrkGeomTrajVisitor
;
22
23
// Class interface //
24
class
TrkGeomTraj
:
public
Trajectory
{
25
26
public
:
27
TrkGeomTraj
(
double
lowlim,
double
hilim);
28
virtual
~TrkGeomTraj
();
29
30
virtual
void
accept
(
TrkGeomTrajVisitor
&)
const
;
31
virtual
TrkGeomTraj
*
clone
()
const
= 0;
32
33
private
:
34
// Preempt
35
TrkGeomTraj
& operator= (
const
TrkGeomTraj
&);
36
TrkGeomTraj
(
const
TrkGeomTraj
&);
37
};
38
39
#endif
Trajectory
Definition:
InstallArea/include/MdcGeom/MdcGeom/Trajectory.h:35
TrkGeomTrajVisitor
Definition:
InstallArea/include/MdcGeom/MdcGeom/TrkGeomTrajVisitor.h:27
TrkGeomTraj
Definition:
InstallArea/include/MdcGeom/MdcGeom/TrkGeomTraj.h:24
TrkGeomTraj::accept
virtual void accept(TrkGeomTrajVisitor &) const
Definition:
TrkGeomTraj.cxx:27
TrkGeomTraj::~TrkGeomTraj
virtual ~TrkGeomTraj()
Definition:
TrkGeomTraj.cxx:22
TrkGeomTraj::clone
virtual TrkGeomTraj * clone() const =0
source
InstallArea
include
MdcGeom
MdcGeom
TrkGeomTraj.h
Generated by
1.9.6