BOSS
7.0.6
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
MdcTrackListCsmc.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: MdcTrackListCsmc.h,v 1.5 2008/04/01 03:14:36 zhangy Exp $
4
//
5
// Description:
6
// Defines list of MdcTracks, and holds MdcTrkRecon track-finding fcns for
7
// straight tracks.
8
//
9
// Environment:
10
// Software developed for the BaBar Detector at the SLAC B-Factory.
11
//
12
// Author(s): Steve Schaffner
13
//
14
//------------------------------------------------------------------------
15
#ifndef MDCTRACKLISTCSMC_H
16
#define MDCTRACKLISTCSMC_H
17
#include "
MdcTrkRecon/MdcTrackListBase.h
"
18
19
class
MdcSegList
;
20
class
MdcTrack
;
21
class
TrkRecoTrk
;
22
class
MdcDetector
;
23
class
MdcTrackMC;
24
class
MdcSegGrouper
;
25
class
MdcHitMap
;
26
class
TrkContext
;
27
class
MdcTrackParams
;
28
29
// Class definition//
30
class
MdcTrackListCsmc
:
public
MdcTrackListBase
{
31
32
public
:
33
MdcTrackListCsmc
(
const
MdcTrackParams
&tkPar);
34
~MdcTrackListCsmc
();
35
36
//void setCosmic(TrkRecoTrk* theTr);
37
int
createFromSegs
(
MdcSegList
*segs,
const
MdcHitMap
*,
38
const
MdcDetector
*,
TrkContext
&,
double
trackT0);
39
int
finish3d
(
TrkRecoTrk
&trk);
40
41
//Remove and delete:
42
void
remove
(
MdcTrack
*atrack );
43
44
private
:
45
};
46
47
48
#endif
49
50
51
52
53
54
55
MdcTrackListBase.h
MdcDetector
Definition:
MdcDetector.h:20
MdcHitMap
Definition:
MdcHitMap.h:28
MdcSegGrouper
Definition:
MdcSegGrouper.h:39
MdcSegList
Definition:
MdcSegList.h:20
MdcTrackListBase
Definition:
MdcTrackListBase.h:33
MdcTrackListCsmc
Definition:
MdcTrackListCsmc.h:30
MdcTrackListCsmc::createFromSegs
int createFromSegs(MdcSegList *segs, const MdcHitMap *, const MdcDetector *, TrkContext &, double trackT0)
Definition:
MdcTrackListCsmc.cxx:45
MdcTrackListCsmc::finish3d
int finish3d(TrkRecoTrk &trk)
Definition:
MdcTrackListCsmc.cxx:120
MdcTrackListCsmc::remove
void remove(MdcTrack *atrack)
MdcTrackListCsmc::~MdcTrackListCsmc
~MdcTrackListCsmc()
Definition:
MdcTrackListCsmc.cxx:41
MdcTrackParams
Definition:
MdcTrackParams.h:13
MdcTrack
Definition:
MdcTrack.h:19
TrkContext
Definition:
TrkContext.h:27
TrkRecoTrk
Definition:
TrkRecoTrk.h:71
source
Reconstruction
MdcPatRec
MdcTrkRecon
MdcTrkRecon-00-03-48
MdcTrkRecon
MdcTrackListCsmc.h
Generated by
1.9.6