BOSS 7.0.5
BESIII Offline Software System
|
#include <Hough3D.h>
Public Member Functions | |
Hough3D () | |
Hough3D (const Hough3D &other) | |
Hough3D (const Hough2D &hough2D, recHitCol hitCol, double bunchtime, double tanl, double z0) | |
Hough3D (const Hough2D &hough2D, recHitCol hitCol, double bunchtime, double tanl, double z0, const vector< MdcHit * > *mdchit) | |
TrkRecoTrk * | getTrk () const |
double | getCirX () const |
double | getCirY () const |
double | getCirR () const |
double | getD0 () const |
double | getPhi0 () const |
double | getOmega () const |
double | getZ0 () const |
double | getTanl () const |
int | getCharge () const |
int | getNfit () const |
vector< MdcHit * > & | getVecForClean () |
void | setD0 (double d0) |
void | setPhi0 (double phi0) |
void | setOmega (double omega) |
void | setZ0 (double z0) |
void | setTanl (double tanl) |
void | setBunchT0 (double bunchT0) |
void | setRecHit (const recHitCol &rechit) |
void | setCharge (int charge) |
int | fit () |
void | outerHit () |
void | printRecHit () const |
double | getPt () const |
double | getPz () const |
double | getP () const |
double | getChi2 () const |
void | print () |
Hough3D () | |
Hough3D (const Hough3D &other) | |
Hough3D (const Hough2D &hough2D, recHitCol hitCol, double bunchtime, double tanl, double z0) | |
Hough3D (const Hough2D &hough2D, recHitCol hitCol, double bunchtime, double tanl, double z0, const vector< MdcHit * > *mdchit) | |
TrkRecoTrk * | getTrk () const |
double | getCirX () const |
double | getCirY () const |
double | getCirR () const |
double | getD0 () const |
double | getPhi0 () const |
double | getOmega () const |
double | getZ0 () const |
double | getTanl () const |
int | getCharge () const |
int | getNfit () const |
vector< MdcHit * > & | getVecForClean () |
void | setD0 (double d0) |
void | setPhi0 (double phi0) |
void | setOmega (double omega) |
void | setZ0 (double z0) |
void | setTanl (double tanl) |
void | setBunchT0 (double bunchT0) |
void | setRecHit (const recHitCol &rechit) |
void | setCharge (int charge) |
int | fit () |
void | outerHit () |
void | printRecHit () const |
double | getPt () const |
double | getPz () const |
double | getP () const |
double | getChi2 () const |
void | print () |
Static Public Member Functions | |
static void | setContext (TrkContextEv *context) |
static void | setCalib (const MdcCalibFunSvc *mdcCalibFunSvc) |
static void | setContext (TrkContextEv *context) |
static void | setCalib (const MdcCalibFunSvc *mdcCalibFunSvc) |
Static Public Attributes | |
static int | m_debug =0 |
static TrkContextEv * | _context =NULL |
static const MdcCalibFunSvc * | _mdcCalibFunSvc =NULL |
static int | m_qualityFactor =3 |
static double | m_dropTrkChi2Cut =99999 |
static double | m_dropTrkDrCut =1 |
static double | m_dropTrkDzCut =10 |
static double | m_dropTrkNhitCut =9 |
static double | m_dropTrkChi2NdfCut =99999 |
Definition at line 25 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Hough3D::Hough3D | ( | ) |
Definition at line 16 of file Hough3D.cxx.
Hough3D::Hough3D | ( | const Hough3D & | other | ) |
Definition at line 19 of file Hough3D.cxx.
Hough3D::Hough3D | ( | const Hough2D & | hough2D, |
recHitCol | hitCol, | ||
double | bunchtime, | ||
double | tanl, | ||
double | z0 | ||
) |
Definition at line 41 of file Hough3D.cxx.
Hough3D::Hough3D | ( | const Hough2D & | hough2D, |
recHitCol | hitCol, | ||
double | bunchtime, | ||
double | tanl, | ||
double | z0, | ||
const vector< MdcHit * > * | mdchit | ||
) |
Definition at line 58 of file Hough3D.cxx.
Hough3D::Hough3D | ( | ) |
Hough3D::Hough3D | ( | const Hough3D & | other | ) |
Hough3D::Hough3D | ( | const Hough2D & | hough2D, |
recHitCol | hitCol, | ||
double | bunchtime, | ||
double | tanl, | ||
double | z0 | ||
) |
Hough3D::Hough3D | ( | const Hough2D & | hough2D, |
recHitCol | hitCol, | ||
double | bunchtime, | ||
double | tanl, | ||
double | z0, | ||
const vector< MdcHit * > * | mdchit | ||
) |
int Hough3D::fit | ( | ) |
Definition at line 76 of file Hough3D.cxx.
int Hough3D::fit | ( | ) |
|
inline |
Definition at line 42 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 42 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 65 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 65 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 36 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 36 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 34 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 34 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 35 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 35 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 37 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 37 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 43 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by HoughTrack::getNfit3D().
|
inline |
Definition at line 43 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 39 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 39 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 64 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 64 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 38 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 38 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 62 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 62 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 63 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 63 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 41 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 41 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 32 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 32 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 44 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by HoughTrack::getVecForClean3D().
|
inline |
Definition at line 44 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 40 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 40 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
void Hough3D::outerHit | ( | ) |
Definition at line 276 of file Hough3D.cxx.
void Hough3D::outerHit | ( | ) |
void Hough3D::print | ( | ) |
Definition at line 267 of file Hough3D.cxx.
void Hough3D::print | ( | ) |
void Hough3D::printRecHit | ( | ) | const |
void Hough3D::printRecHit | ( | ) | const |
|
inline |
Definition at line 52 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 52 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inlinestatic |
Definition at line 56 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by MdcHoughFinder::initialize().
|
inlinestatic |
Definition at line 56 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 54 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 54 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inlinestatic |
Definition at line 55 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by MdcHoughFinder::initialize().
|
inlinestatic |
Definition at line 55 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 46 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 46 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 48 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 48 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 47 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 47 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 53 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 53 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 50 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 50 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 49 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
|
inline |
Definition at line 49 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-14/MdcHoughFinder/Hough3D.h.
|
static |
Definition at line 68 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit(), and setContext().
|
static |
Definition at line 69 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit(), and setCalib().
|
static |
Definition at line 67 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit(), and MdcHoughFinder::initialize().
|
static |
Definition at line 72 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit().
|
static |
Definition at line 76 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit().
|
static |
Definition at line 73 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit().
|
static |
Definition at line 74 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit().
|
static |
Definition at line 75 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit().
|
static |
Definition at line 71 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/Hough3D.h.
Referenced by fit().