BOSS 7.0.5
BESIII Offline Software System
|
#include "TrkReco/TMDCUtil.h"
#include "TrkReco/TMDCWire.h"
#include "TrkReco/TMDCWireHit.h"
#include "TrkReco/TMDCWireHitMC.h"
#include "TrkReco/TMLink.h"
Go to the source code of this file.
Macros | |
#define | SRTOPI 0.7978846 |
#define | UPL 340.0 |
#define | ROOT2I 0.70710678 |
Functions | |
float | CathodeSectorId (unsigned id) |
geocdc utilities | |
void | bitDisplay (unsigned val) |
void | bitDisplay (unsigned val, unsigned f, unsigned l) |
int | intersection (const HepPoint3D &c1, double r1, const HepPoint3D &c2, double r2, double eps, HepPoint3D &x1, HepPoint3D &x2) |
Circle utilities. | |
double | chisq2confLevel (int n, double chi2) |
ALPHA = 10000. / 2.99792458 / 15. | |
Variables | |
const HepPoint3D | ORIGIN = HepPoint3D(0., 0., 0.) |
Constants. | |
#define ROOT2I 0.70710678 |
#define SRTOPI 0.7978846 |
#define UPL 340.0 |
void bitDisplay | ( | unsigned | val | ) |
Definition at line 85 of file TMDCUtil.cxx.
Referenced by bitDisplay(), TMDCWireHit::dump(), and TTrackMC::dump().
void bitDisplay | ( | unsigned | val, |
unsigned | f, | ||
unsigned | l | ||
) |
Definition at line 90 of file TMDCUtil.cxx.
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().
const HepPoint3D ORIGIN = HepPoint3D(0., 0., 0.) |
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().