BOSS 7.0.9
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 | HEP_SHORT_NAMES |
#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 HEP_SHORT_NAMES |
Definition at line 24 of file TMDCUtil.h.
#define TMDCUtil_INLINE_DEFINE_HERE |
Definition at line 86 of file TMDCUtil.h.
typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 29 of file TMDCUtil.h.
void bitDisplay | ( | unsigned | val, |
unsigned | firstDigit, | ||
unsigned | lastDigit | ||
) |
Definition at line 90 of file TMDCUtil.cxx.
void bitDisplay | ( | unsigned | val | ) |
Definition at line 85 of file TMDCUtil.cxx.
Referenced by bitDisplay(), TMDCWireHit::dump(), and TTrackMC::dump().
float CathodeSectorId | ( | unsigned | id | ) |
geocdc utilities
Definition at line 60 of file TMDCUtil.cxx.
double chisq2confLevel | ( | int | n, |
double | chi2 | ||
) |
ALPHA = 10000. / 2.99792458 / 15.
Definition at line 156 of file TMDCUtil.cxx.
Referenced by TTrack::confidenceLevel().
int intersection | ( | const HepPoint3D & | c1, |
double | r1, | ||
const HepPoint3D & | c2, | ||
double | r2, | ||
double | eps, | ||
HepPoint3D & | x1, | ||
HepPoint3D & | x2 | ||
) |
Circle utilities.
Definition at line 99 of file TMDCUtil.cxx.
Referenced by MucGeoGeneral::FindIntersectGaps(), MucGeoGeneral::FindIntersections(), MucGeoGeneral::FindIntersectStrips(), TTrack::HelCyl(), main(), and RecMucTrack::Project().
int sortByWireId | ( | const TMDCWireHit ** | a, |
const TMDCWireHit ** | b | ||
) |
TMDCWireHit utilities.
|
extern |
Definition at line 47 of file TMDCUtil.cxx.
Referenced by TConformalFinder0::conformalTransformation(), TConformalFinder0::conformalTransformationDriftCircle(), TConformalFinder0::conformalTransformationRphi(), TTrackManager::divideByIp(), TFastFinder::doit(), TConformalFinder::doit(), TConformalFinder0::doit(), TrkReco::execute(), T3DLineFitter::fit(), TRungeFitter::fit(), TTrackManager::maskCurl(), TTrackManager::merge(), TTrack::szPosition(), TTrack::TTrack(), and MdcSegInfoSterO::zPosition().