BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughGlobal.h File Reference
#include "MdcRawEvent/MdcDigi.h"
#include "MdcGeom/MdcDetector.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Global
 

Enumerations

enum  HoughTransformType { STANDERD }
 
enum  detectorType { MDC , CGEM }
 
enum  HoughHitType {
  DIGIWITHTRUTH , MIDPOINT , CRUDEDRIFT , DRIFT2D ,
  DRIFT3D
}
 

Variables

const MdcDetectorGlobal::m_gm
 

Enumeration Type Documentation

◆ detectorType

Enumerator
MDC 
CGEM 

Definition at line 18 of file HoughGlobal.h.

18 {
19 MDC,
20 CGEM
21};
@ CGEM
Definition: HoughGlobal.h:20
@ MDC
Definition: HoughGlobal.h:19

◆ HoughHitType

Enumerator
DIGIWITHTRUTH 
MIDPOINT 
CRUDEDRIFT 
DRIFT2D 
DRIFT3D 

Definition at line 23 of file HoughGlobal.h.

23 {
25 MIDPOINT,
27 DRIFT2D,
29};
@ 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

◆ HoughTransformType

Enumerator
STANDERD 

Definition at line 14 of file HoughGlobal.h.

14 {
16};
@ STANDERD
Definition: HoughGlobal.h:15