BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughGlobal.h
Go to the documentation of this file.
1#ifndef HOUGHGLOBAL_H
2#define HOUGHGLOBAL_H
5#include <vector>
6
7//typedef std::vector<MdcDigi*> MdcDigiVec;
8
9namespace Global{
10//extern const MdcDetector* m_gm;
11extern const MdcDetector* m_gm;
12}
13
16};
17
20 CGEM
21};
22
29};
30#endif
HoughTransformType
Definition: HoughGlobal.h:14
@ STANDERD
Definition: HoughGlobal.h:15
HoughHitType
Definition: HoughGlobal.h:23
@ DRIFT3D
Definition: HoughGlobal.h:28
@ DIGIWITHTRUTH
Definition: HoughGlobal.h:24
@ MIDPOINT
Definition: HoughGlobal.h:25
@ DRIFT2D
Definition: HoughGlobal.h:27
@ CRUDEDRIFT
Definition: HoughGlobal.h:26
detectorType
Definition: HoughGlobal.h:18
@ CGEM
Definition: HoughGlobal.h:20
@ MDC
Definition: HoughGlobal.h:19
const MdcDetector * m_gm
Definition: HoughGlobal.cxx:3