Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/GeomSvc.h>
Public Member Functions | |
Plane () | |
double | intercept (double tx, double ty, double x0_track, double y0_track) const |
double | getX (double w, double y) const |
double | getY (double x, double w) const |
double | getW (double x, double y) const |
double | getWirePosition (int elementID) const |
TVectorD | getEndPoint (int elementID, int sign=-1) const |
void | update () |
Public Attributes | |
int | detectorID |
std::string | detectorName |
int | planeType |
int | nElements |
double | spacing |
double | cellWidth |
double | xoffset |
double | overlap |
double | angleFromVert |
double | sintheta |
double | costheta |
double | tantheta |
double | x0 |
double | y0 |
double | z0 |
double | x1 |
double | y1 |
double | z1 |
double | x2 |
double | y2 |
double | z2 |
double | thetaX |
double | thetaY |
double | thetaZ |
double | deltaX |
double | deltaY |
double | deltaZ |
double | deltaW |
double | deltaW_module [9] |
double | rotX |
double | rotY |
double | rotZ |
double | resolution |
double | xc |
double | yc |
double | zc |
double | wc |
double | rX |
double | rY |
double | rZ |
TVectorD | nVec = TVectorD(3) |
TVectorD | uVec = TVectorD(3) |
TVectorD | vVec = TVectorD(3) |
TVectorD | xVec = TVectorD(3) |
TVectorD | yVec = TVectorD(3) |
TMatrixD | rotM = TMatrixD(3, 3) |
double | tmin |
double | tmax |
TSpline3 * | rtprofile |
std::vector< double > | elementPos |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Plane &plane) |
Plane::Plane | ( | ) |
TVectorD Plane::getEndPoint | ( | int | elementID, |
int | sign = -1 |
||
) | const |
|
inline |
Definition at line 48 of file GeomSvc.h.
References costheta, and sintheta.
Referenced by GeomSvc::getInterceptionFast(), GeomSvc::getUinStereoPlane(), and update().
double Plane::getWirePosition | ( | int | elementID | ) | const |
|
inline |
Definition at line 46 of file GeomSvc.h.
References costheta, and tantheta.
Referenced by GeomSvc::getXinStereoPlane().
|
inline |
Definition at line 47 of file GeomSvc.h.
References sintheta, and tantheta.
Referenced by GeomSvc::getYinStereoPlane().
double Plane::intercept | ( | double | tx, |
double | ty, | ||
double | x0_track, | ||
double | y0_track | ||
) | const |
Definition at line 129 of file GeomSvc.cxx.
References nVec, vVec, wc, xc, yc, and zc.
Referenced by GeomSvc::getInterception().
void Plane::update | ( | ) |
Definition at line 78 of file GeomSvc.cxx.
References angleFromVert, costheta, deltaX, deltaY, deltaZ, getW(), nVec, rotM, rotX, rotY, rotZ, rX, rY, rZ, sintheta, tantheta, thetaX, thetaY, thetaZ, uVec, vVec, wc, x0, xc, xVec, y0, yc, yVec, z0, and zc.
Referenced by GeomSvc::setDetectorX0(), GeomSvc::setDetectorY0(), and GeomSvc::setDetectorZ0().
|
friend |
Definition at line 180 of file GeomSvc.cxx.
double Plane::angleFromVert |
Definition at line 74 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getStereoAngle(), and update().
double Plane::cellWidth |
Definition at line 71 of file GeomSvc.h.
Referenced by GeomSvc::get2DBoxSize(), GeomSvc::getCellWidth(), GeomSvc::getDriftDistance(), GeomSvc::getExpElementID(), and GeomSvc::printWirePosition().
double Plane::costheta |
Definition at line 76 of file GeomSvc.h.
Referenced by GeomSvc::getCostheta(), GeomSvc::getInterceptionFast(), getW(), getWirePosition(), getX(), GeomSvc::initWireLUT(), and update().
double Plane::deltaW |
Definition at line 97 of file GeomSvc.h.
Referenced by GeomSvc::getPlaneWOffset(), getWirePosition(), GeomSvc::initWireLUT(), Plane(), and GeomSvc::printAlignPar().
double Plane::deltaW_module[9] |
Definition at line 98 of file GeomSvc.h.
Referenced by GeomSvc::getPlaneWOffset(), GeomSvc::initWireLUT(), and Plane().
double Plane::deltaZ |
Definition at line 96 of file GeomSvc.h.
Referenced by GeomSvc::getPlaneZOffset(), Plane(), GeomSvc::printAlignPar(), and update().
std::string Plane::detectorName |
Definition at line 65 of file GeomSvc.h.
Referenced by CalibDriftDistMod::InitRun(), and CalibDriftDist::InitRun().
std::vector<double> Plane::elementPos |
Definition at line 127 of file GeomSvc.h.
Referenced by GeomSvc::getExpElementID(), GeomSvc::initWireLUT(), and Plane().
int Plane::nElements |
Definition at line 69 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getExpElementID(), GeomSvc::getPlaneNElements(), GeomSvc::getWireEndPoints(), getWirePosition(), GeomSvc::initWireLUT(), Plane(), GeomSvc::printWirePosition(), and RndmEmbed::process_event().
TVectorD Plane::nVec = TVectorD(3) |
Definition at line 114 of file GeomSvc.h.
Referenced by intercept(), and update().
double Plane::overlap |
Definition at line 73 of file GeomSvc.h.
Referenced by GeomSvc::getPlaneOverlap().
int Plane::planeType |
Definition at line 66 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getPlaneType(), and Plane().
double Plane::resolution |
Definition at line 102 of file GeomSvc.h.
Referenced by GeomSvc::getMeasurement(), GeomSvc::getPlaneResolution(), CalibDriftDistMod::InitRun(), and CalibDriftDist::InitRun().
TMatrixD Plane::rotM = TMatrixD(3, 3) |
double Plane::rotZ |
Definition at line 101 of file GeomSvc.h.
Referenced by GeomSvc::getPlanePhiOffset(), Plane(), GeomSvc::printAlignPar(), and update().
TSpline3* Plane::rtprofile |
Definition at line 124 of file GeomSvc.h.
Referenced by GeomSvc::close(), GeomSvc::getDriftDistance(), GeomSvc::getRTCurve(), and Plane().
double Plane::rX |
Definition at line 109 of file GeomSvc.h.
Referenced by GeomSvc::getRotationInX(), Plane(), and update().
double Plane::rY |
Definition at line 110 of file GeomSvc.h.
Referenced by GeomSvc::getRotationInY(), Plane(), and update().
double Plane::rZ |
Definition at line 111 of file GeomSvc.h.
Referenced by GeomSvc::getRotationInZ(), GeomSvc::getStereoAngle(), Plane(), and update().
double Plane::sintheta |
Definition at line 75 of file GeomSvc.h.
Referenced by GeomSvc::getSintheta(), getW(), getWirePosition(), getY(), GeomSvc::initWireLUT(), and update().
double Plane::spacing |
Definition at line 70 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getExpElementID(), GeomSvc::getPlaneSpacing(), GeomSvc::getWireEndPoints(), getWirePosition(), GeomSvc::initWireLUT(), and RndmEmbed::process_event().
double Plane::tantheta |
double Plane::tmax |
Definition at line 123 of file GeomSvc.h.
Referenced by GeomSvc::isInTime(), and Plane().
double Plane::tmin |
Definition at line 122 of file GeomSvc.h.
Referenced by GeomSvc::isInTime(), and Plane().
TVectorD Plane::uVec = TVectorD(3) |
TVectorD Plane::vVec = TVectorD(3) |
Definition at line 116 of file GeomSvc.h.
Referenced by getEndPoint(), intercept(), and update().
double Plane::wc |
Definition at line 108 of file GeomSvc.h.
Referenced by intercept(), Plane(), and update().
double Plane::x0 |
Definition at line 80 of file GeomSvc.h.
Referenced by GeomSvc::getDetectorX0(), getWirePosition(), GeomSvc::initWireLUT(), Plane(), GeomSvc::setDetectorX0(), and update().
double Plane::x1 |
Definition at line 83 of file GeomSvc.h.
Referenced by GeomSvc::get2DBoxSize(), getEndPoint(), GeomSvc::getPlaneScaleX(), and Plane().
double Plane::x2 |
Definition at line 86 of file GeomSvc.h.
Referenced by GeomSvc::get2DBoxSize(), getEndPoint(), GeomSvc::getPlaneScaleX(), and Plane().
double Plane::xc |
Definition at line 105 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getPlaneCenterX(), GeomSvc::getWireEndPoints(), intercept(), Plane(), and update().
double Plane::xoffset |
Definition at line 72 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getWireEndPoints(), getWirePosition(), and GeomSvc::initWireLUT().
TVectorD Plane::xVec = TVectorD(3) |
Definition at line 117 of file GeomSvc.h.
Referenced by getEndPoint(), and update().
double Plane::y0 |
Definition at line 81 of file GeomSvc.h.
Referenced by GeomSvc::getDetectorY0(), getWirePosition(), GeomSvc::initWireLUT(), Plane(), GeomSvc::setDetectorY0(), and update().
double Plane::y1 |
Definition at line 84 of file GeomSvc.h.
Referenced by GeomSvc::get2DBoxSize(), getEndPoint(), GeomSvc::getPlaneScaleY(), GeomSvc::getWireEndPoints(), and Plane().
double Plane::y2 |
Definition at line 87 of file GeomSvc.h.
Referenced by GeomSvc::get2DBoxSize(), getEndPoint(), GeomSvc::getPlaneScaleY(), GeomSvc::getWireEndPoints(), and Plane().
double Plane::yc |
Definition at line 106 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getPlaneCenterY(), intercept(), Plane(), and update().
TVectorD Plane::yVec = TVectorD(3) |
Definition at line 118 of file GeomSvc.h.
Referenced by getEndPoint(), and update().
double Plane::z0 |
Definition at line 82 of file GeomSvc.h.
Referenced by GeomSvc::getDetectorZ0(), Plane(), GeomSvc::setDetectorZ0(), and update().
double Plane::z1 |
Definition at line 85 of file GeomSvc.h.
Referenced by GeomSvc::getPlaneScaleZ(), and Plane().
double Plane::z2 |
Definition at line 88 of file GeomSvc.h.
Referenced by GeomSvc::getPlaneScaleZ(), and Plane().
double Plane::zc |
Definition at line 107 of file GeomSvc.h.
Referenced by getEndPoint(), GeomSvc::getInterceptionFast(), GeomSvc::getPlaneCenterZ(), GeomSvc::getPlanePosition(), intercept(), Plane(), and update().