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/MdcData/MdcData/MdcHitUse.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: MdcHitUse.h,v 1.2 2011/09/26 00:55:50 zhangy Exp $
4
//
5
// Description:
6
// Minimal description of how a hit is to be used on a track; used for
7
// adding hits to 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 MDCHITUSE_HH
16
#define MDCHITUSE_HH
17
18
#include "TrkBase/TrkHitUse.h"
19
#include "TrkBase/TrkHitOnTrkUpdater.h"
20
21
class
MdcHit
;
22
23
// Class interface //
24
class
MdcHitUse
:
public
TrkHitUse
,
TrkHitOnTrkUpdater
{
25
26
public
:
27
MdcHitUse
(
const
MdcHit
&,
double
fltLen
,
int
ambig
,
28
bool
active=
true
,
int
usable=1);
29
virtual
~MdcHitUse
();
30
virtual
bool
operator==
(
const
TrkHitUse
&)
const
;
31
32
int
ambig
()
const
{
return
_ambig;}
33
virtual
TrkHitOnTrk
*
createHitOnTrk
(
const
TrkRep
&)
const
;
34
//virtual TrkHitOnTrk* createHitOnTrk(const TrkRep&, bool maintainAmbiguity=false) const;//2011-05-04
35
36
// Cast (safe) of base hit
37
const
MdcHit
*
mdcHit
()
const
;
38
39
private
:
40
int
_ambig;
41
double
_t0;
42
43
// Preempt
44
MdcHitUse
& operator= (
const
MdcHitUse
&);
45
MdcHitUse
(
const
MdcHitUse
&);
46
};
47
48
#endif
MdcHitUse
Definition:
InstallArea/include/MdcData/MdcData/MdcHitUse.h:24
MdcHitUse::operator==
virtual bool operator==(const TrkHitUse &) const
Definition:
MdcHitUse.cxx:60
MdcHitUse::ambig
int ambig() const
Definition:
InstallArea/include/MdcData/MdcData/MdcHitUse.h:32
MdcHitUse::createHitOnTrk
virtual TrkHitOnTrk * createHitOnTrk(const TrkRep &) const
Definition:
MdcHitUse.cxx:32
MdcHitUse::mdcHit
const MdcHit * mdcHit() const
Definition:
MdcHitUse.cxx:69
MdcHitUse::~MdcHitUse
virtual ~MdcHitUse()
Definition:
MdcHitUse.cxx:28
MdcHit
Definition:
InstallArea/include/MdcData/MdcData/MdcHit.h:44
TrkHitOnTrkUpdater
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitOnTrkUpdater.h:37
TrkHitOnTrk
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitOnTrk.h:52
TrkHitUse
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitUse.h:25
TrkHitUse::fltLen
double fltLen() const
Definition:
InstallArea/include/TrkBase/TrkBase/TrkHitUse.h:34
TrkRep
Definition:
InstallArea/include/TrkBase/TrkBase/TrkRep.h:43
source
InstallArea
include
MdcData
MdcData
MdcHitUse.h
Generated by
1.9.6