|
BOSS 8.0.0
BESIII Offline Software System
|
#include <string>#include "CLHEP/Geometry/Point3D.h"#include "CLHEP/Alist/AList.h"Go to the source code of this file.
Macros | |
| #define | TMDCUtil_INLINE_DEFINE_HERE |
Typedefs | |
| typedef HepGeom::Point3D< double > | HepPoint3D |
Functions | |
| double | chisq2confLevel (int, double) |
| ALPHA = 10000. / 2.99792458 / 15. | |
| float | CathodeSectorId (unsigned id) |
| geocdc utilities | |
| int | sortByWireId (const TMDCWireHit **a, const TMDCWireHit **b) |
| TMDCWireHit utilities. | |
| int | intersection (const HepPoint3D &c1, double r1, const HepPoint3D &c2, double r2, double eps, HepPoint3D &x1, HepPoint3D &x2) |
| Circle utilities. | |
| void | bitDisplay (unsigned) |
| void | bitDisplay (unsigned val, unsigned firstDigit, unsigned lastDigit) |
Variables | |
| const HepPoint3D | ORIGIN |
| Constants. | |
| #define TMDCUtil_INLINE_DEFINE_HERE |
Definition at line 77 of file Reconstruction/TrkReco/include/TrkReco/TMDCUtil.h.
| typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 29 of file Reconstruction/TrkReco/include/TrkReco/TMDCUtil.h.
| void bitDisplay | ( | unsigned | val, |
| unsigned | firstDigit, | ||
| unsigned | lastDigit ) |
Definition at line 84 of file TMDCUtil.cxx.
| void bitDisplay | ( | unsigned | val | ) |
Definition at line 82 of file TMDCUtil.cxx.
Referenced by bitDisplay().
| float CathodeSectorId | ( | unsigned | id | ) |
geocdc utilities
Definition at line 59 of file TMDCUtil.cxx.
| double chisq2confLevel | ( | int | n, |
| double | chi2 ) |
ALPHA = 10000. / 2.99792458 / 15.
Definition at line 147 of file TMDCUtil.cxx.
| int intersection | ( | const HepPoint3D & | c1, |
| double | r1, | ||
| const HepPoint3D & | c2, | ||
| double | r2, | ||
| double | eps, | ||
| HepPoint3D & | x1, | ||
| HepPoint3D & | x2 ) |
Circle utilities.
Definition at line 93 of file TMDCUtil.cxx.
| int sortByWireId | ( | const TMDCWireHit ** | a, |
| const TMDCWireHit ** | b ) |
TMDCWireHit utilities.
|
extern |
Definition at line 47 of file TMDCUtil.cxx.