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
TrkMdcHotSelector.cxx
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: TrkMdcHotSelector.cxx,v 1.1.1.1 2005/04/21 06:01:42 zhangy Exp $
4
//
5
// Description:
6
// class TrkMdcHotSelector. Trivial implementation of TrkHotSelector for
7
// selecting Mdc hots.
8
//
9
// Environment:
10
// Software developed for the BaBar Detector at the SLAC B-Factory.
11
//
12
// Copyright Information:
13
// Copyright (C) 2001 Lawrence Berkeley Laboratory
14
//
15
// Author List:
16
// Dave Brown 7/17/01
17
//------------------------------------------------------------------------
18
19
//#include "BaBar/BaBar.hh"
20
#include "
TrkBase/TrkMdcHotSelector.h
"
21
#include "
TrkBase/TrkHitOnTrk.h
"
22
23
TrkMdcHotSelector::TrkMdcHotSelector
(
bool
activeOnly) :
24
_ignoreActive(!activeOnly)
25
{}
26
27
TrkMdcHotSelector::~TrkMdcHotSelector
()
28
{}
29
30
bool
31
TrkMdcHotSelector::useHot
(
const
TrkHitOnTrk
& hot)
const
{
32
return
(hot.
mdcHitOnTrack
() != 0) &&
33
(_ignoreActive || hot.
isActive
());
34
}
35
TrkHitOnTrk.h
TrkMdcHotSelector.h
TrkHitOnTrk
Definition:
TrkHitOnTrk.h:52
TrkHitOnTrk::mdcHitOnTrack
virtual const MdcHitOnTrack * mdcHitOnTrack() const
Definition:
TrkHitOnTrk.cxx:30
TrkHitOnTrk::isActive
bool isActive() const
Definition:
TrkHitOnTrk.h:200
TrkMdcHotSelector::~TrkMdcHotSelector
virtual ~TrkMdcHotSelector()
Definition:
TrkMdcHotSelector.cxx:27
TrkMdcHotSelector::TrkMdcHotSelector
TrkMdcHotSelector(bool activeOnly=true)
Definition:
TrkMdcHotSelector.cxx:23
TrkMdcHotSelector::useHot
virtual bool useHot(const TrkHitOnTrk &hot) const
Definition:
TrkMdcHotSelector.cxx:31
source
Reconstruction
MdcPatRec
TrkBase
TrkBase-00-01-12
src
TrkMdcHotSelector.cxx
Generated by
1.9.6