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/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h
Go to the documentation of this file.
1
#ifndef HOUGHGLOBAL_H
2
#define HOUGHGLOBAL_H
3
#include "MdcRawEvent/MdcDigi.h"
4
#include "MdcGeom/MdcDetector.h"
5
#include <vector>
6
7
//typedef std::vector<MdcDigi*> MdcDigiVec;
8
9
namespace
Global
{
10
//extern const MdcDetector* m_gm;
11
extern
const
MdcDetector
*
m_gm
;
12
}
13
14
enum
HoughTransformType
{
15
STANDERD
16
};
17
18
enum
detectorType
{
19
MDC
,
20
CGEM
21
};
22
23
enum
HoughHitType
{
24
DIGIWITHTRUTH
,
25
MIDPOINT
,
26
CRUDEDRIFT
,
27
DRIFT2D
,
28
DRIFT3D
29
};
30
#endif
HoughTransformType
HoughTransformType
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:14
STANDERD
@ STANDERD
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:15
HoughHitType
HoughHitType
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:23
DRIFT3D
@ DRIFT3D
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:28
DIGIWITHTRUTH
@ DIGIWITHTRUTH
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:24
MIDPOINT
@ MIDPOINT
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:25
DRIFT2D
@ DRIFT2D
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:27
CRUDEDRIFT
@ CRUDEDRIFT
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:26
detectorType
detectorType
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:18
CGEM
@ CGEM
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:20
MDC
@ MDC
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:19
MdcDetector
Definition:
InstallArea/include/MdcGeom/MdcGeom/MdcDetector.h:20
Global
Definition:
InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughGlobal.h:9
Global::m_gm
const MdcDetector * m_gm
Definition:
Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-13/MdcHoughFinder/HoughGlobal.h:11
source
InstallArea
include
MdcHoughFinder
MdcHoughFinder
HoughGlobal.h
Generated by
1.9.6