BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughGlobal.h File Reference
#include "MdcGeom/MdcDetector.h"
#include "MdcRawEvent/MdcDigi.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 16 of file HoughGlobal.h.

16{ MDC, CGEM };
@ CGEM
Definition HoughGlobal.h:16
@ MDC
Definition HoughGlobal.h:16

◆ HoughHitType

Enumerator
DIGIWITHTRUTH 
MIDPOINT 
CRUDEDRIFT 
DRIFT2D 
DRIFT3D 

Definition at line 18 of file HoughGlobal.h.

@ DRIFT3D
Definition HoughGlobal.h:18
@ DIGIWITHTRUTH
Definition HoughGlobal.h:18
@ MIDPOINT
Definition HoughGlobal.h:18
@ DRIFT2D
Definition HoughGlobal.h:18
@ CRUDEDRIFT
Definition HoughGlobal.h:18

◆ HoughTransformType

Enumerator
STANDERD 

Definition at line 14 of file HoughGlobal.h.

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