BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
TMDCWire.h File Reference
#include "CLHEP/String/Strings.h"
#include "CLHEP/Geometry/Vector3D.h"
#include "CLHEP/Geometry/Point3D.h"
#include "TrkReco/TMDCLayer.h"

Go to the source code of this file.

Classes

class  TMDCWire
 A class to represent a wire in MDC. More...
 

Macros

#define HEP_SHORT_NAMES
 
#define WireInnerLeft   0
 
#define WireInnerRight   1
 
#define WireLeft   2
 
#define WireRight   3
 
#define WireOuterLeft   4
 
#define WireOuterRight   5
 
#define TMDCWire_INLINE_DEFINE_HERE
 

Typedefs

typedef HepGeom::Vector3D< double > HepVector3D
 
typedef HepGeom::Point3D< double > HepPoint3D
 

Macro Definition Documentation

◆ HEP_SHORT_NAMES

#define HEP_SHORT_NAMES

Definition at line 25 of file TMDCWire.h.

◆ TMDCWire_INLINE_DEFINE_HERE

#define TMDCWire_INLINE_DEFINE_HERE

Definition at line 200 of file TMDCWire.h.

◆ WireInnerLeft

#define WireInnerLeft   0

Definition at line 40 of file TMDCWire.h.

Referenced by TMDCWire::neighbor().

◆ WireInnerRight

#define WireInnerRight   1

Definition at line 41 of file TMDCWire.h.

Referenced by TMDCWire::neighbor().

◆ WireLeft

#define WireLeft   2

Definition at line 42 of file TMDCWire.h.

Referenced by TMDCWire::neighbor().

◆ WireOuterLeft

#define WireOuterLeft   4

Definition at line 44 of file TMDCWire.h.

Referenced by TMDCWire::neighbor().

◆ WireOuterRight

#define WireOuterRight   5

Definition at line 45 of file TMDCWire.h.

Referenced by TMDCWire::neighbor().

◆ WireRight

#define WireRight   3

Definition at line 43 of file TMDCWire.h.

Referenced by TMDCWire::neighbor().

Typedef Documentation

◆ HepPoint3D

typedef HepGeom::Point3D<double> HepPoint3D

Definition at line 35 of file TMDCWire.h.

◆ HepVector3D

typedef HepGeom::Vector3D<double> HepVector3D

Definition at line 28 of file TMDCWire.h.