CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include <HoughHit.h>
Public Types | |
enum | HitType { CGEMHIT = 0 , MDCHIT = 1 , CGEMMCHIT = 2 , MDCMCHIT = 3 , CGEMHIT = 0 , MDCHIT = 1 , CGEMMCHIT = 2 , MDCMCHIT = 3 } |
enum | HitType { CGEMHIT = 0 , MDCHIT = 1 , CGEMMCHIT = 2 , MDCMCHIT = 3 , CGEMHIT = 0 , MDCHIT = 1 , CGEMMCHIT = 2 , MDCMCHIT = 3 } |
typedef std::pair< double, double > | S_Z |
typedef std::pair< double, double > | S_Z |
Public Member Functions | |
HoughHit () | |
HoughHit (const MdcDigi *mdcDigi, double bunchTime, int hitID) | |
HoughHit (const RecCgemCluster *cgemCgemCluster, double bunchTime, int hitID) | |
HoughHit (const MdcMcHit *mdcMcHit, double bunchTime, int hitID) | |
HoughHit (const CgemMcHit *cgemMcHit, double bunchTime, int hitID) | |
HoughHit (const HoughHit &other) | |
HoughHit & | operator= (const HoughHit &other) |
int | getHitID () const |
HitType | getHitType () const |
const RecCgemCluster * | getCgemCluster () const |
const MdcDigi * | getDigi () const |
const CgemMcHit * | getCgemMcHit () const |
const MdcMcHit * | getMdcMcHit () const |
int | getLayer () const |
int | getWire () const |
int | getFlag () const |
double | getBunchTime () const |
double | getRawTime () const |
double | getDepositEnergy () const |
HepPoint3D | getHitPosition () const |
HepPoint3D | getWestPoint () const |
HepPoint3D | getEastPoint () const |
double | getDriftDist () const |
double | getResidual () const |
vector< int > | getTrkID () const |
vector< HoughTrack * > | getTrkPntVec () |
int | getUse () const |
vector< S_Z > | getSZ () const |
MdcGeomSvc * | getMdcGeomSvc () const |
MdcCalibFunSvc * | getMdcCalibFunSvc () const |
CgemGeomSvc * | getCgemGeomSvc () const |
CgemCalibFunSvc * | getCgemCalibFunSvc () const |
int | getHalfCircle () |
HoughHit * | getPairHit () |
void | setHitID (int hitID) |
void | setHitType (HitType hitType) |
void | setCgemCluster (const RecCgemCluster *cgemCluster) |
void | setDigi (const MdcDigi *mdcDigi) |
void | setCgemMcHit (const CgemMcHit *cgemMcHit) |
void | setMdcMcHit (const MdcMcHit *mdcMcHit) |
void | setLayer (int layer) |
void | setWire (int wire) |
void | setFlag (int flag) |
void | setUse (int use) |
void | setBunchTime (double bunchTime) |
void | setRawTime (double rawTime) |
void | setDepositEnergy (double depositEnergy) |
void | setHitPosition (HepPoint3D point) |
void | setDriftDist (double driftDist) |
void | setResidual (double residual) |
void | setTrkID (vector< int > trkID) |
void | setSZ (vector< S_Z > sz) |
void | resetSZ () |
void | addTrkID (int trkID) |
void | addSZ (S_Z sz) |
void | addTrkPnt (HoughTrack *aHTrk) |
void | rmTrkPnt (HoughTrack *aHTrk) |
void | clearTrkPnt () |
void | dropTrkID (int trkID) |
void | addResid (double res) |
vector< double > | getVecResid () |
void | setPairHit (HoughHit *pairHit) |
void | setHalfCircle (int halfCircle) |
void | addPosition (HepPoint3D position) |
void | print () |
double | driftTime () |
double | hitSigma () |
vector< HepPoint3D > & | VHitPosition (HoughTrack *track) |
double | residual (HoughTrack *track) |
void | updateVHit (HoughTrack *track) |
double | residual (HoughTrack *track, HepPoint3D &positionOntrack, HepPoint3D &positionOnDetector) |
int | attach2NTrack () |
MdcHit * | getMdcHit () |
void | setMdcHit (MdcHit *mdcHit) |
HoughHit () | |
HoughHit (const MdcDigi *const digi) | |
HoughHit (const HoughHit &other) | |
HoughHit & | operator= (const HoughHit &other) |
void | setTruthInfo (const MdcMcHit *&mcHit) |
void | setTruthInfo (const CgemMcHit *aMcHit) |
void | conformalTrans (double x, double y, double r) |
double | getConformal_u (double, double, double) |
double | getConformal_v (double, double, double) |
double | getConformal_r (double, double, double) |
void | makeCir (int n, double phi_begin, double phi_last, double r) |
CFCir | getCir (int i) const |
HoughHitType | type () const |
detectorType | getDetectorType () const |
const MdcDigi * | digi () const |
double | getBunchTime () const |
HepPoint3D | getMidPoint () const |
HepPoint3D | getEastPoint () const |
HepPoint3D | getWestPoint () const |
double | getMidX () const |
double | getMidY () const |
int | getLayerId () const |
int | getWireId () const |
int | getSlayerType () const |
const MdcLayer * | layer () const |
const MdcSWire * | wire () const |
double | getCharge () const |
double | getDriftTime () const |
double | getDriftDist () const |
double | getU () const |
double | getV () const |
double | getR () const |
double | getDeltaD () const |
double | getFltLen () const |
double | driftTime () const |
double | driftTime (double tof, double z) const |
double | calDriftDist (double, int, double, double, double) const |
double | calDriftDist (double bunchTime, int ambig) const |
int | slayerType (int layer) |
double | getXTruth () const |
double | getYTruth () const |
double | getZTruth () const |
double | getDriftDistTruth () const |
int | getIdTruth () const |
int | getLrTruth () const |
double | getUTruth () const |
double | getVTruth () const |
double | getRTruth () const |
HepPoint3D | getPointTruth () const |
void | setDeltaD (double d) |
void | setFltLen (double flt) |
int | getCirList () const |
int | getStyle () const |
void | setCirList (int cir) |
void | setStyle (int sty) |
void | print () const |
void | printAll () const |
void | printTruth () const |
HoughHit (const RecCgemCluster *const cluster) | |
CgemGeomSvc * | getCgemGeomSvc () const |
const RecCgemCluster * | getCluster () const |
int | getTrkId () const |
int | getHitId () const |
int | getClusterId () const |
void | setTrkId (int id) |
void | setHitId (int id) |
void | setClusterId (int id) |
HepPoint3D | setLeftPoint (HepPoint3D p) |
HepPoint3D | setRightPoint (HepPoint3D p) |
HepPoint3D | getLeftPoint () const |
HepPoint3D | getRightPoint () const |
TH2D * | getHitMap () |
void | buildMap (int x_bin, double x_min, double x_max, int y_bin, double y_min, double y_max, int nPoint, int charge) |
void | clearMap () |
void | setUsable (int u) |
int | getUsable () |
HoughHit () | |
HoughHit (const MdcDigi *mdcDigi, double bunchTime, int hitID) | |
HoughHit (const RecCgemCluster *cgemCgemCluster, double bunchTime, int hitID) | |
HoughHit (const MdcMcHit *mdcMcHit, double bunchTime, int hitID) | |
HoughHit (const CgemMcHit *cgemMcHit, double bunchTime, int hitID) | |
HoughHit (const HoughHit &other) | |
HoughHit & | operator= (const HoughHit &other) |
int | getHitID () const |
HitType | getHitType () const |
const RecCgemCluster * | getCgemCluster () const |
const MdcDigi * | getDigi () const |
const CgemMcHit * | getCgemMcHit () const |
const MdcMcHit * | getMdcMcHit () const |
int | getLayer () const |
int | getWire () const |
int | getFlag () const |
double | getBunchTime () const |
double | getRawTime () const |
double | getDepositEnergy () const |
HepPoint3D | getHitPosition () const |
HepPoint3D | getWestPoint () const |
HepPoint3D | getEastPoint () const |
double | getDriftDist () const |
double | getResidual () const |
vector< int > | getTrkID () const |
vector< HoughTrack * > | getTrkPntVec () |
int | getUse () const |
vector< S_Z > | getSZ () const |
MdcGeomSvc * | getMdcGeomSvc () const |
MdcCalibFunSvc * | getMdcCalibFunSvc () const |
CgemGeomSvc * | getCgemGeomSvc () const |
CgemCalibFunSvc * | getCgemCalibFunSvc () const |
int | getHalfCircle () |
HoughHit * | getPairHit () |
void | setHitID (int hitID) |
void | setHitType (HitType hitType) |
void | setCgemCluster (const RecCgemCluster *cgemCluster) |
void | setDigi (const MdcDigi *mdcDigi) |
void | setCgemMcHit (const CgemMcHit *cgemMcHit) |
void | setMdcMcHit (const MdcMcHit *mdcMcHit) |
void | setLayer (int layer) |
void | setWire (int wire) |
void | setFlag (int flag) |
void | setUse (int use) |
void | setBunchTime (double bunchTime) |
void | setRawTime (double rawTime) |
void | setDepositEnergy (double depositEnergy) |
void | setHitPosition (HepPoint3D point) |
void | setDriftDist (double driftDist) |
void | setResidual (double residual) |
void | setTrkID (vector< int > trkID) |
void | setSZ (vector< S_Z > sz) |
void | resetSZ () |
void | addTrkID (int trkID) |
void | addSZ (S_Z sz) |
void | addTrkPnt (HoughTrack *aHTrk) |
void | rmTrkPnt (HoughTrack *aHTrk) |
void | clearTrkPnt () |
void | dropTrkID (int trkID) |
void | addResid (double res) |
vector< double > | getVecResid () |
void | setPairHit (HoughHit *pairHit) |
void | setHalfCircle (int halfCircle) |
void | addPosition (HepPoint3D position) |
void | print () |
double | driftTime () |
double | hitSigma () |
vector< HepPoint3D > & | VHitPosition (HoughTrack *track) |
double | residual (HoughTrack *track) |
void | updateVHit (HoughTrack *track) |
double | residual (HoughTrack *track, HepPoint3D &positionOntrack, HepPoint3D &positionOnDetector) |
int | attach2NTrack () |
MdcHit * | getMdcHit () |
void | setMdcHit (MdcHit *mdcHit) |
HoughHit () | |
HoughHit (const MdcDigi *const digi) | |
HoughHit (const HoughHit &other) | |
HoughHit & | operator= (const HoughHit &other) |
void | setTruthInfo (const MdcMcHit *&mcHit) |
void | setTruthInfo (const CgemMcHit *aMcHit) |
void | conformalTrans (double x, double y, double r) |
double | getConformal_u (double, double, double) |
double | getConformal_v (double, double, double) |
double | getConformal_r (double, double, double) |
void | makeCir (int n, double phi_begin, double phi_last, double r) |
CFCir | getCir (int i) const |
HoughHitType | type () const |
detectorType | getDetectorType () const |
const MdcDigi * | digi () const |
double | getBunchTime () const |
HepPoint3D | getMidPoint () const |
HepPoint3D | getEastPoint () const |
HepPoint3D | getWestPoint () const |
double | getMidX () const |
double | getMidY () const |
int | getLayerId () const |
int | getWireId () const |
int | getSlayerType () const |
const MdcLayer * | layer () const |
const MdcSWire * | wire () const |
double | getCharge () const |
double | getDriftTime () const |
double | getDriftDist () const |
double | getU () const |
double | getV () const |
double | getR () const |
double | getDeltaD () const |
double | getFltLen () const |
double | driftTime () const |
double | driftTime (double tof, double z) const |
double | calDriftDist (double, int, double, double, double) const |
double | calDriftDist (double bunchTime, int ambig) const |
int | slayerType (int layer) |
double | getXTruth () const |
double | getYTruth () const |
double | getZTruth () const |
double | getDriftDistTruth () const |
int | getIdTruth () const |
int | getLrTruth () const |
double | getUTruth () const |
double | getVTruth () const |
double | getRTruth () const |
HepPoint3D | getPointTruth () const |
void | setDeltaD (double d) |
void | setFltLen (double flt) |
int | getCirList () const |
int | getStyle () const |
void | setCirList (int cir) |
void | setStyle (int sty) |
void | print () const |
void | printAll () const |
void | printTruth () const |
HoughHit (const RecCgemCluster *const cluster) | |
CgemGeomSvc * | getCgemGeomSvc () const |
const RecCgemCluster * | getCluster () const |
int | getTrkId () const |
int | getHitId () const |
int | getClusterId () const |
void | setTrkId (int id) |
void | setHitId (int id) |
void | setClusterId (int id) |
HepPoint3D | setLeftPoint (HepPoint3D p) |
HepPoint3D | setRightPoint (HepPoint3D p) |
HepPoint3D | getLeftPoint () const |
HepPoint3D | getRightPoint () const |
TH2D * | getHitMap () |
void | buildMap (int x_bin, double x_min, double x_max, int y_bin, double y_min, double y_max, int nPoint, int charge) |
void | clearMap () |
void | setUsable (int u) |
int | getUsable () |
Static Public Member Functions | |
static void | setMdcGeomSvc (MdcGeomSvc *mdcGeomSvc) |
static void | setMdcCalibFunSvc (MdcCalibFunSvc *mdcCalibFunSvc) |
static void | setCgemGeomSvc (CgemGeomSvc *cgemGeomSvc) |
static void | setCgemCalibFunSvc (CgemCalibFunSvc *cgemCalibFunSvc) |
static void | setMdcDetector (const MdcDetector *mdcDetector) |
static void | setMdcCalibFunSvc (const MdcCalibFunSvc *calibSvc) |
static void | setMdcGeomSvc (MdcGeomSvc *geomSvc) |
static void | setBunchTime (double t0) |
static void | setCgemGeomSvc (CgemGeomSvc *geomSvc) |
static void | setMdcGeomSvc (MdcGeomSvc *mdcGeomSvc) |
static void | setMdcCalibFunSvc (MdcCalibFunSvc *mdcCalibFunSvc) |
static void | setCgemGeomSvc (CgemGeomSvc *cgemGeomSvc) |
static void | setCgemCalibFunSvc (CgemCalibFunSvc *cgemCalibFunSvc) |
static void | setMdcDetector (const MdcDetector *mdcDetector) |
static void | setMdcCalibFunSvc (const MdcCalibFunSvc *calibSvc) |
static void | setMdcGeomSvc (MdcGeomSvc *geomSvc) |
static void | setBunchTime (double t0) |
static void | setCgemGeomSvc (CgemGeomSvc *geomSvc) |
Static Public Attributes | |
static int | _npart =360 |
Definition at line 24 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
typedef std::pair<double,double> HoughHit::S_Z |
Definition at line 28 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
typedef std::pair<double,double> HoughHit::S_Z |
Definition at line 28 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
enum HoughHit::HitType |
Enumerator | |
---|---|
CGEMHIT | |
MDCHIT | |
CGEMMCHIT | |
MDCMCHIT | |
CGEMHIT | |
MDCHIT | |
CGEMMCHIT | |
MDCMCHIT |
Definition at line 27 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
enum HoughHit::HitType |
HoughHit::HoughHit | ( | ) |
Definition at line 20 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
HoughHit::HoughHit | ( | const MdcDigi * | mdcDigi, |
double | bunchTime, | ||
int | hitID | ||
) |
Definition at line 29 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
HoughHit::HoughHit | ( | const RecCgemCluster * | cgemCgemCluster, |
double | bunchTime, | ||
int | hitID | ||
) |
Definition at line 66 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
HoughHit::HoughHit | ( | const MdcMcHit * | mdcMcHit, |
double | bunchTime, | ||
int | hitID | ||
) |
HoughHit::HoughHit | ( | const CgemMcHit * | cgemMcHit, |
double | bunchTime, | ||
int | hitID | ||
) |
HoughHit::HoughHit | ( | const HoughHit & | other | ) |
Definition at line 177 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
HoughHit::HoughHit | ( | ) |
HoughHit::HoughHit | ( | const MdcDigi *const | digi | ) |
Definition at line 28 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
HoughHit::HoughHit | ( | const HoughHit & | other | ) |
HoughHit::HoughHit | ( | const RecCgemCluster *const | cluster | ) |
Definition at line 64 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
HoughHit::HoughHit | ( | ) |
HoughHit::HoughHit | ( | const MdcDigi * | mdcDigi, |
double | bunchTime, | ||
int | hitID | ||
) |
HoughHit::HoughHit | ( | const RecCgemCluster * | cgemCgemCluster, |
double | bunchTime, | ||
int | hitID | ||
) |
HoughHit::HoughHit | ( | const MdcMcHit * | mdcMcHit, |
double | bunchTime, | ||
int | hitID | ||
) |
Definition at line 103 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
HoughHit::HoughHit | ( | const CgemMcHit * | cgemMcHit, |
double | bunchTime, | ||
int | hitID | ||
) |
Definition at line 139 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
HoughHit::HoughHit | ( | const HoughHit & | other | ) |
HoughHit::HoughHit | ( | ) |
HoughHit::HoughHit | ( | const MdcDigi *const | digi | ) |
HoughHit::HoughHit | ( | const HoughHit & | other | ) |
HoughHit::HoughHit | ( | const RecCgemCluster *const | cluster | ) |
|
inline |
Definition at line 118 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 118 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 113 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 113 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 106 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S().
|
inline |
Definition at line 106 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 105 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 105 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 107 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 107 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 133 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 133 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
void HoughHit::buildMap | ( | int | x_bin, |
double | x_min, | ||
double | x_max, | ||
int | y_bin, | ||
double | y_min, | ||
double | y_max, | ||
int | nPoint, | ||
int | charge | ||
) |
Definition at line 326 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::buildMap | ( | int | x_bin, |
double | x_min, | ||
double | x_max, | ||
int | y_bin, | ||
double | y_min, | ||
double | y_max, | ||
int | nPoint, | ||
int | charge | ||
) |
double HoughHit::calDriftDist | ( | double | bunchTime, |
int | ambig | ||
) | const |
Definition at line 253 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
double HoughHit::calDriftDist | ( | double | bunchTime, |
int | ambig | ||
) | const |
double HoughHit::calDriftDist | ( | double | tof, |
int | ambig, | ||
double | entranceAngle, | ||
double | , | ||
double | z | ||
) | const |
Definition at line 259 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
Referenced by calDriftDist(), and HoughHit().
double HoughHit::calDriftDist | ( | double | , |
int | , | ||
double | , | ||
double | , | ||
double | |||
) | const |
void HoughHit::clearMap | ( | ) |
Definition at line 356 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::clearMap | ( | ) |
|
inline |
Definition at line 109 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 109 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
void HoughHit::conformalTrans | ( | double | x, |
double | y, | ||
double | r | ||
) |
Definition at line 221 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
Referenced by HoughHit().
void HoughHit::conformalTrans | ( | double | x, |
double | y, | ||
double | r | ||
) |
|
inline |
Definition at line 61 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by printAll().
|
inline |
Definition at line 61 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
double HoughHit::driftTime | ( | ) |
Definition at line 296 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
Referenced by HoughHitList::addMdcDigiList(), calDriftDist(), driftTime(), HoughTrack::find_pair_hit(), HoughTrack::find_stereo_hit(), HoughHit(), and HoughFinder::makeHoughHitList().
double HoughHit::driftTime | ( | ) |
double HoughHit::driftTime | ( | ) | const |
Definition at line 237 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
double HoughHit::driftTime | ( | ) | const |
double HoughHit::driftTime | ( | double | tof, |
double | z | ||
) | const |
Definition at line 244 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
double HoughHit::driftTime | ( | double | tof, |
double | z | ||
) | const |
void HoughHit::dropTrkID | ( | int | trkID | ) |
Definition at line 397 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
void HoughHit::dropTrkID | ( | int | trkID | ) |
|
inline |
Definition at line 48 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 62 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 48 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 62 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 68 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::fitCircle().
|
inline |
Definition at line 68 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 41 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), and HoughTrack::fitCircle().
|
inline |
Definition at line 41 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 67 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::cald_layer(), HoughPeak::collectHits(), and HoughTrack::fitCircle().
|
inline |
Definition at line 124 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 67 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 124 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 43 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol().
|
inline |
Definition at line 43 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 73 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 73 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 54 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 54 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 111 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 111 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 125 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer(), and HoughPeak::collectHits().
|
inline |
Definition at line 125 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 129 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 129 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
double HoughHit::getConformal_r | ( | double | x, |
double | y, | ||
double | r | ||
) |
Definition at line 233 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
Referenced by setTruthInfo().
double HoughHit::getConformal_r | ( | double | , |
double | , | ||
double | |||
) |
double HoughHit::getConformal_u | ( | double | x, |
double | y, | ||
double | r | ||
) |
Definition at line 227 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
Referenced by setTruthInfo().
double HoughHit::getConformal_u | ( | double | , |
double | , | ||
double | |||
) |
double HoughHit::getConformal_v | ( | double | x, |
double | y, | ||
double | r | ||
) |
Definition at line 230 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
Referenced by setTruthInfo().
double HoughHit::getConformal_v | ( | double | , |
double | , | ||
double | |||
) |
|
inline |
Definition at line 81 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 81 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 50 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 50 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 60 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughStereo::cald(), HoughTrack::cald_layer(), HoughPeak::collectHits(), HoughTrack::find_pair_hit(), and HoughTrack::find_stereo_hit().
|
inline |
Definition at line 60 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 42 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::fitCircle().
|
inline |
Definition at line 42 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 54 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), HoughStereo::cald(), HoughTrack::cald_layer(), HoughPeak::collectHits(), HoughTrack::driftDistRes(), HoughFinder::fillHistogram(), residual(), and VHitPosition().
|
inline |
Definition at line 75 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 54 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 75 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 96 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 96 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 74 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 74 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 53 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughStereo::cald().
|
inline |
Definition at line 64 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 53 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 64 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 47 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), HoughFinder::fillHistogram(), HoughTrack::fitCircle(), and VHitPosition().
|
inline |
Definition at line 47 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 82 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 82 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 70 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by print().
|
inline |
Definition at line 70 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 39 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 128 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughHitList::remove().
|
inline |
Definition at line 39 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 128 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 138 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 138 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 51 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), HoughTrack::driftDistRes(), HoughFinder::fillHistogram(), HoughTrack::fitCircle(), HoughTrack::judgeCharge(), HoughTrack::judgeHalf(), print(), and residual().
|
inline |
Definition at line 51 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 40 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), HoughTrack::driftDistRes(), HoughTrack::fitCircle(), residual(), and VHitPosition().
|
inline |
Definition at line 40 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 97 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 97 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 45 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), HoughFinder::getMcHitCol(), HoughFinder::getMcParticleCol(), innerLayer(), HoughFinder::makeHoughHitList(), sortByLayer(), and VHitPosition().
|
inline |
Definition at line 45 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 68 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer(), HoughPeak::collectHits(), digi_in_track(), HoughTrack::find_pair_hit(), HoughTrack::find_stereo_hit(), and HoughStereo::print().
|
inline |
Definition at line 68 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 135 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 135 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 98 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 98 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 66 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::fitCircle().
|
inline |
Definition at line 66 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 65 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), and VHitPosition().
|
inline |
Definition at line 65 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 134 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 134 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 44 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol(), and print().
|
inline |
Definition at line 44 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 63 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughStereo::cald().
|
inline |
Definition at line 63 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 66 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer(), and HoughPeak::collectHits().
|
inline |
Definition at line 66 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 67 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer(), and HoughPeak::collectHits().
|
inline |
Definition at line 67 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 71 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by residual().
|
inline |
Definition at line 71 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 102 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughStereo::cald(), and HoughStereo::print().
|
inline |
Definition at line 102 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 80 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 80 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 49 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 49 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 55 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 55 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 136 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 136 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 101 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 101 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 70 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer(), HoughPeak::collectHits(), HoughTrack::find_pair_hit(), and HoughTrack::find_stereo_hit().
|
inline |
Definition at line 70 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 112 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughStereo::print().
|
inline |
Definition at line 112 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 63 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::fillHistogram().
|
inline |
Definition at line 63 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 56 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by print().
|
inline |
Definition at line 127 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 56 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 127 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 57 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 57 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 78 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 78 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 142 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 142 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 58 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 58 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 99 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 99 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 79 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 79 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 114 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 114 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 100 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 100 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 52 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughStereo::cald().
|
inline |
Definition at line 65 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 52 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 65 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 46 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), HoughFinder::getMcParticleCol(), and VHitPosition().
|
inline |
Definition at line 46 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 69 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer(), HoughPeak::collectHits(), HoughTrack::find_pair_hit(), HoughTrack::find_stereo_hit(), HoughStereo::print(), and small_layer().
|
inline |
Definition at line 69 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 93 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 93 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 94 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 94 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 95 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 95 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
double HoughHit::hitSigma | ( | ) |
double HoughHit::hitSigma | ( | ) |
|
inline |
Definition at line 71 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by setLayer(), and slayerType().
|
inline |
Definition at line 71 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
void HoughHit::makeCir | ( | int | n, |
double | phi_begin, | ||
double | phi_last, | ||
double | r | ||
) |
Definition at line 314 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::makeCir | ( | int | n, |
double | phi_begin, | ||
double | phi_last, | ||
double | r | ||
) |
Definition at line 209 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
Referenced by HoughRecHit::operator=().
void HoughHit::print | ( | ) |
Definition at line 327 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
Referenced by HoughFinder::getMcParticleCol(), and HoughTrack::printHot().
void HoughHit::print | ( | ) |
void HoughHit::print | ( | ) | const |
Definition at line 279 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::print | ( | ) | const |
void HoughHit::printAll | ( | ) | const |
Definition at line 283 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::printAll | ( | ) | const |
void HoughHit::printTruth | ( | ) | const |
Definition at line 298 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::printTruth | ( | ) | const |
|
inline |
Definition at line 97 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::calculateZ_S(), and VHitPosition().
|
inline |
Definition at line 97 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
double HoughHit::residual | ( | HoughTrack * | track | ) |
Definition at line 490 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
Referenced by residual(), and setResidual().
double HoughHit::residual | ( | HoughTrack * | track | ) |
double HoughHit::residual | ( | HoughTrack * | track, |
HepPoint3D & | positionOntrack, | ||
HepPoint3D & | positionOnDetector | ||
) |
Definition at line 571 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
double HoughHit::residual | ( | HoughTrack * | track, |
HepPoint3D & | positionOntrack, | ||
HepPoint3D & | positionOnDetector | ||
) |
|
inline |
Definition at line 108 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 108 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 83 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by MdcHoughFinder::execute(), and MdcHoughFinder::initialize().
|
inline |
Definition at line 83 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inlinestatic |
Definition at line 43 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 43 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 102 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::initialize().
|
inlinestatic |
Definition at line 102 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 75 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol().
|
inline |
Definition at line 75 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inlinestatic |
Definition at line 101 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::initialize(), and MdcHoughFinder::initialize().
|
inlinestatic |
Definition at line 101 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inlinestatic |
Definition at line 123 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 123 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 77 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 77 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 113 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 113 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 132 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 132 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 107 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughTrack::cald_layer().
|
inline |
Definition at line 107 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 85 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 85 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 76 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol().
|
inline |
Definition at line 76 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 89 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 89 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 81 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol().
|
inline |
Definition at line 81 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 108 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 108 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 117 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 117 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 73 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 73 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 131 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughHitList::addCgemClusterList(), and HoughHitList::addMdcDigiList().
|
inline |
Definition at line 131 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 86 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 86 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 74 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 74 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 79 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 79 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 133 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughStereo::cald().
|
inline |
Definition at line 133 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 41 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 41 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 100 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::initialize(), and MdcHoughFinder::initialize().
|
inlinestatic |
Definition at line 100 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inlinestatic |
Definition at line 103 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::initialize().
|
inlinestatic |
Definition at line 103 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inlinestatic |
Definition at line 42 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 42 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inlinestatic |
Definition at line 99 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::initialize(), and MdcHoughFinder::initialize().
|
inlinestatic |
Definition at line 99 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 135 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::makeHoughHitList().
|
inline |
Definition at line 135 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 78 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 78 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 116 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol().
|
inline |
Definition at line 116 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 84 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 84 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 90 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughTrack::driftDistRes().
|
inline |
Definition at line 90 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 134 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughStereo::cald().
|
inline |
Definition at line 134 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 114 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 114 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 96 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 96 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 130 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 130 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 91 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 91 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
void HoughHit::setTruthInfo | ( | const CgemMcHit * | aMcHit | ) |
void HoughHit::setTruthInfo | ( | const CgemMcHit * | aMcHit | ) |
Definition at line 196 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
void HoughHit::setTruthInfo | ( | const MdcMcHit *& | mcHit | ) |
void HoughHit::setTruthInfo | ( | const MdcMcHit *& | mcHit | ) |
|
inline |
Definition at line 141 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 141 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 82 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 82 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
|
inline |
Definition at line 80 of file InstallArea/include/HoughTransAlg/HoughTransAlg/HoughHit.h.
Referenced by HoughFinder::getMcHitCol().
|
inline |
Definition at line 80 of file Reconstruction/HoughTransAlg/HoughTransAlg-00-00-14/HoughTransAlg/HoughHit.h.
int HoughHit::slayerType | ( | int | layer | ) |
Definition at line 302 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/HoughHit.cxx.
Referenced by HoughHit().
int HoughHit::slayerType | ( | int | layer | ) |
|
inline |
Definition at line 59 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
|
inline |
Definition at line 59 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
void HoughHit::updateVHit | ( | HoughTrack * | track | ) |
Definition at line 550 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
void HoughHit::updateVHit | ( | HoughTrack * | track | ) |
vector< HepPoint3D > & HoughHit::VHitPosition | ( | HoughTrack * | track | ) |
Definition at line 408 of file HoughTransAlg/HoughTransAlg-00-00-14/src/HoughHit.cxx.
Referenced by residual(), and updateVHit().
vector< HepPoint3D > & HoughHit::VHitPosition | ( | HoughTrack * | track | ) |
|
inline |
Definition at line 72 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by HoughHit(), residual(), setWire(), and VHitPosition().
|
inline |
Definition at line 72 of file Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-12/MdcHoughFinder/HoughHit.h.
|
static |
Definition at line 55 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughHit.h.
Referenced by MdcHoughFinder::initialize().