Class Reference for E1039 Core & Analysis Software
|
User interface class about the geometry of detector planes. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/geom_svc/GeomSvc.h>
Public Member Functions | |
void | init () |
Initialization, either from MySQL or from ascii file. More... | |
void | initPlaneDirect () |
void | initPlaneDbSvc () |
void | initWireLUT () |
void | loadCalibration (const std::string &calibrateFile) |
void | loadOnlineAlignment (const std::string &alignmentFile_mille) |
Load parameters used in the online-alignment mode. More... | |
void | loadAlignment (const std::string &alignmentFile_chamber, const std::string &alignmentFile_hodo, const std::string &alignmentFile_prop) |
void | loadMilleAlignment (const std::string &alignmentFile_mille) |
void | close () |
Close the geometry service before exit or starting a new one. More... | |
void | toLocalDetectorName (std::string &detectorName, int &eID) |
Convert the official detectorName to local detectorName. More... | |
void | setDetectorX0 (const std::string detectorName, const double val) |
TODO temp solution to overwrite the y0 of a plane. More... | |
void | setDetectorY0 (const std::string detectorName, const double val) |
void | setDetectorZ0 (const std::string detectorName, const double val) |
double | getDetectorX0 (const std::string detectorName) const |
double | getDetectorY0 (const std::string detectorName) const |
double | getDetectorZ0 (const std::string detectorName) const |
int | getDetectorID (const std::string &detectorName) const |
Get the plane position. More... | |
std::string | getDetectorName (const int &detectorID) const |
std::vector< int > | getDetectorIDs (std::string pattern) |
bool | findPatternInDetector (int detectorID, std::string pattern) |
const Plane & | getPlane (int detectorID) const |
Plane | getPlane (int detectorID) |
Plane * | getPlanePtr (int detectorID) |
double | getPlanePosition (int detectorID) const |
double | getPlaneSpacing (int detectorID) const |
double | getPlaneOverlap (int detectorID) const |
double | getCellWidth (int detectorID) const |
double | getCostheta (int detectorID) const |
double | getSintheta (int detectorID) const |
double | getTantheta (int detectorID) const |
double | getPlaneScaleX (int detectorID) const |
double | getPlaneScaleY (int detectorID) const |
double | getPlaneScaleZ (int detectorID) const |
double | getPlaneResolution (int detectorID) const |
double | getPlaneCenterX (int detectorID) const |
double | getPlaneCenterY (int detectorID) const |
double | getPlaneCenterZ (int detectorID) const |
double | getRotationInX (int detectorID) const |
double | getRotationInY (int detectorID) const |
double | getRotationInZ (int detectorID) const |
double | getStereoAngle (int detectorID) const |
double | getPlaneZOffset (int detectorID) const |
double | getPlanePhiOffset (int detectorID) const |
double | getPlaneWOffset (int detectorID) const |
double | getPlaneWOffset (int detectorID, int moduleID) const |
int | getPlaneNElements (int detectorID) const |
int | getPlaneType (int detectorID) const |
bool | isChamber (const int detectorID) const |
Return "true" for chamber planes. More... | |
bool | isChamber (const std::string detectorName) const |
Return "true" for chamber planes. More... | |
bool | isHodo (const int detectorID) const |
Return "true" for hodo planes. More... | |
bool | isHodo (const std::string detectorName) const |
Return "true" for hodo planes. More... | |
bool | isPropTube (const int detectorID) const |
Return "true" for prop tube planes. More... | |
bool | isPropTube (const std::string detectorName) const |
Return "true" for prop tube planes. More... | |
bool | isDPHodo (const int detectorID) const |
Return "true" for DP hodo planes. More... | |
bool | isDPHodo (const std::string detectorName) const |
Return "true" for DP hodo planes. More... | |
bool | isInh (const int detectorID) const |
Return "true" for BeforeInh and AfterInh signals. More... | |
bool | isInh (const std::string detectorName) const |
int | getHodoStation (const int detectorID) const |
Return a station number (1-4) for hodo planes or "0" for others. More... | |
int | getHodoStation (const std::string detectorName) const |
Return a station number (1-4) for hodo planes or "0" for others. More... | |
int | getTriggerLv (int detectorID) |
double | getInterception (int detectorID, double tx, double ty, double x0, double y0) const |
Get the interception of a line an a plane. More... | |
double | getInterceptionFast (int detectorID, double tx, double ty, double x0, double y0) const |
double | getInterceptionFast (int detectorID, double x_exp, double y_exp) const |
double | getDCA (int detectorID, int elementID, double tx, double ty, double x0, double y0) |
void | getMeasurement (int detectorID, int elementID, double &measurement, double &dmeasurement) |
Convert the detectorID and elementID to the actual hit position. More... | |
double | getMeasurement (int detectorID, int elementID) |
void | getEndPoints (int detectorID, int elementID, TVectorD &ep1, TVectorD &ep2) |
void | getEndPoints (int detectorID, int elementID, TVector3 &ep1, TVector3 &ep2) |
void | get2DBoxSize (int detectorID, int elementID, double &x_min, double &x_max, double &y_min, double &y_max) |
void | getWireEndPoints (int detectorID, int elementID, double &x_min, double &x_max, double &y_min, double &y_max) |
int | getExpElementID (int detectorID, double pos_exp) |
bool | isCalibrationLoaded () |
Calibration related. More... | |
double | getDriftDistance (int detectorID, double tdcTime) |
bool | isInTime (int detectorID, double tdcTime) |
TSpline3 * | getRTCurve (int detectorID) |
double | getYinStereoPlane (int detectorID, double x, double u) |
Convert the stereo hits to Y value. More... | |
double | getUinStereoPlane (int detectorID, double x, double y) |
double | getXinStereoPlane (int detectorID, double u, double y) |
bool | isInPlane (int detectorID, double x, double y) |
See if a point is in a plane. More... | |
bool | isInElement (int detectorID, int elementID, double x, double y, double tolr=0.) |
bool | isInKMAG (double x, double y) |
double | Z_KMAG_BEND () const |
Getter/setters for a set of fixed parameters - should not be changed unless absolutely necessary. More... | |
void | Z_KMAG_BEND (const double v) |
double | Z_FMAG_BEND () const |
void | Z_FMAG_BEND (const double v) |
double | Z_KFMAG_BEND () const |
void | Z_KFMAG_BEND (const double v) |
double | ELOSS_KFMAG () const |
void | ELOSS_KFMAG (const double v) |
double | ELOSS_ABSORBER () const |
void | ELOSS_ABSORBER (const double v) |
double | Z_ST2 () const |
void | Z_ST2 (const double v) |
double | Z_ABSORBER () const |
void | Z_ABSORBER (const double v) |
double | Z_REF () const |
void | Z_REF (const double v) |
double | Z_TARGET () const |
void | Z_TARGET (const double v) |
double | Z_DUMP () const |
void | Z_DUMP (const double v) |
double | Z_ST1 () const |
void | Z_ST1 (const double v) |
double | Z_ST3 () const |
void | Z_ST3 (const double v) |
double | FMAG_HOLE_LENGTH () const |
void | FMAG_HOLE_LENGTH (const double v) |
double | FMAG_HOLE_RADIUS () const |
void | FMAG_HOLE_RADIUS (const double v) |
double | FMAG_LENGTH () const |
void | FMAG_LENGTH (const double v) |
double | Z_UPSTREAM () const |
void | Z_UPSTREAM (const double v) |
double | Z_DOWNSTREAM () const |
void | Z_DOWNSTREAM (const double v) |
void | printAlignPar () |
Debugging print of the content. More... | |
void | printTable () |
void | printWirePosition () |
Static Public Member Functions | |
static GeomSvc * | instance () |
singlton instance More... | |
static void | UseDbSvc (const bool val) |
static bool | UseDbSvc () |
User interface class about the geometry of detector planes.
When you need the geometry information, such as the name and the z position of detector ID = 1, you first get the instance of this class and then call corresponding member functions;
Usually a version of the geometry information is selected based on run ID. Thus you need set the RUNNUMBER flag before instantiating this object, namely
Or you might manually select a version via the GeomPlane flag;
You might change some plane parameters, which might require initWireLUT()
;
void GeomSvc::close | ( | void | ) |
Close the geometry service before exit or starting a new one.
Definition at line 223 of file GeomSvc.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, nPropPlanes, NULL, and Plane::rtprofile.
|
inline |
Definition at line 319 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
Referenced by ClassImp().
|
inline |
Definition at line 320 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 317 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
Referenced by ClassImp().
|
inline |
Definition at line 318 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
bool GeomSvc::findPatternInDetector | ( | int | detectorID, |
std::string | pattern | ||
) |
Definition at line 614 of file GeomSvc.cxx.
|
inline |
Definition at line 335 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 336 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 337 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 338 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 339 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 340 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
void GeomSvc::get2DBoxSize | ( | int | detectorID, |
int | elementID, | ||
double & | x_min, | ||
double & | x_max, | ||
double & | y_min, | ||
double & | y_max | ||
) |
Definition at line 700 of file GeomSvc.cxx.
References Plane::cellWidth, getDetectorName(), Plane::x1, Plane::x2, Plane::y1, and Plane::y2.
Referenced by EventReducer::initHodoMaskLUT(), isInElement(), and KalmanFastTracking::KalmanFastTracking().
|
inline |
Definition at line 238 of file GeomSvc.h.
References Plane::cellWidth.
Referenced by SQDigitizer::digitizePlane(), SQGenFit::GFMeasurement::GFMeasurement(), CalibParam::Init(), AnaChamPlane::InitRun(), and AnaTrack::InitRun().
|
inline |
Definition at line 239 of file GeomSvc.h.
References Plane::costheta.
Referenced by KalmanTrack::getAlignment(), KalmanTrack::getSagittaInSuperDetector(), KalmanFastTracking::KalmanFastTracking(), and Node::Node().
double GeomSvc::getDCA | ( | int | detectorID, |
int | elementID, | ||
double | tx, | ||
double | ty, | ||
double | x0, | ||
double | y0 | ||
) |
Definition at line 865 of file GeomSvc.cxx.
References getEndPoints().
Referenced by SQDigitizer::digitizePlane().
|
inline |
Get the plane position.
Definition at line 219 of file GeomSvc.h.
Referenced by ChanMapV1495::Add(), ChanMapTaiwan::Add(), CalibParamXT::Add(), CalibParamInTimeTaiwan::Add(), CalibParamInTimeV1495::Add(), UtilSQHit::FindFirstHits(), UtilSQHit::FindHits(), UtilSQHit::FindHitsFast(), UtilSQHit::FindTriggerHitsFast(), getDetectorX0(), getDetectorY0(), getDetectorZ0(), EventReducer::initHodoMaskLUT(), AnaHodoHit::InitRun(), AnaTriggerHit::InitRun(), AnaTrigSignal::InitRun(), AnaChamPlane::InitRun(), KalmanFastTracking::KalmanFastTracking(), AnaHodoHit::process_event(), AnaEmbeddedData::process_event(), DPTriggerAnalyzer::process_event(), RndmEmbed::process_event(), CalibParam::ReadRTParam(), AnaModule::registerDetector(), setDetectorX0(), setDetectorY0(), and setDetectorZ0().
std::vector< int > GeomSvc::getDetectorIDs | ( | std::string | pattern | ) |
Definition at line 594 of file GeomSvc.cxx.
Referenced by KalmanFastTracking::KalmanFastTracking(), and TriggerAnalyzer::TriggerAnalyzer().
|
inline |
Definition at line 223 of file GeomSvc.h.
Referenced by AnaChamHit::AnalyzeTree(), TriggerAnalyzer::buildData(), MakeRTCurve::DrawCalibResult(), SRMakeRTCurve::DrawCalibResult(), CalibData::DrawHistHit(), UtilTrigger::ExtractRoadID(), UtilTrack::FindDetectorHitsOfTrack(), SQChamberRealization::FixChamReso(), get2DBoxSize(), getHodoStation(), CalibData::Init(), AnaEffCham::Init(), ExtractTdcDist::Init(), SQDigitizer::Init(), AnaTrack::InitRun(), isChamber(), isDPHodo(), isHodo(), isInh(), isPropTube(), loadCalibration(), TriggerRoad::makeRoadList(), SQChamberRealization::process_event(), SQChamberRealization::ScaleChamReso(), SQChamberRealization::SetChamEff(), SQChamberRealization::SetPropTubeEff(), CalibParam::WriteRTGraph(), and CalibParam::WriteRTParam().
|
inline |
Definition at line 205 of file GeomSvc.h.
References getDetectorID(), and Plane::x0.
|
inline |
Definition at line 209 of file GeomSvc.h.
References getDetectorID(), and Plane::y0.
|
inline |
Definition at line 213 of file GeomSvc.h.
References getDetectorID(), and Plane::z0.
double GeomSvc::getDriftDistance | ( | int | detectorID, |
double | tdcTime | ||
) |
Definition at line 834 of file GeomSvc.cxx.
References Plane::cellWidth, NULL, and Plane::rtprofile.
Referenced by KalmanTrack::KalmanTrack().
void GeomSvc::getEndPoints | ( | int | detectorID, |
int | elementID, | ||
TVector3 & | ep1, | ||
TVector3 & | ep2 | ||
) |
Definition at line 668 of file GeomSvc.cxx.
void GeomSvc::getEndPoints | ( | int | detectorID, |
int | elementID, | ||
TVectorD & | ep1, | ||
TVectorD & | ep2 | ||
) |
Definition at line 662 of file GeomSvc.cxx.
Referenced by getDCA(), and SQGenFit::GFMeasurement::GFMeasurement().
int GeomSvc::getExpElementID | ( | int | detectorID, |
double | pos_exp | ||
) |
Definition at line 677 of file GeomSvc.cxx.
References Plane::cellWidth, Plane::elementPos, nChamberPlanes, Plane::nElements, nHodoPlanes, nPropPlanes, and Plane::spacing.
Referenced by SQDigitizer::digitizePlane(), EventReducer::initHodoMaskLUT(), main(), AnaModule::process_event(), SimpleTree::process_event(), and TriggerRoad::TriggerRoad().
int GeomSvc::getHodoStation | ( | const int | detectorID | ) | const |
Return a station number (1-4) for hodo planes or "0" for others.
Definition at line 822 of file GeomSvc.cxx.
References getDetectorName().
Referenced by DPTriggerAnalyzer::process_event().
int GeomSvc::getHodoStation | ( | const std::string | detectorName | ) | const |
Return a station number (1-4) for hodo planes or "0" for others.
Definition at line 827 of file GeomSvc.cxx.
|
inline |
Get the interception of a line an a plane.
Definition at line 280 of file GeomSvc.h.
References Plane::intercept().
Referenced by SQDigitizer::digitizePlane().
double GeomSvc::getInterceptionFast | ( | int | detectorID, |
double | tx, | ||
double | ty, | ||
double | x0, | ||
double | y0 | ||
) | const |
Definition at line 860 of file GeomSvc.cxx.
References Plane::costheta, and Plane::zc.
Referenced by SQGenFit::GFMeasurement::print().
|
inline |
Definition at line 282 of file GeomSvc.h.
References Plane::getW().
double GeomSvc::getMeasurement | ( | int | detectorID, |
int | elementID | ||
) |
Definition at line 657 of file GeomSvc.cxx.
void GeomSvc::getMeasurement | ( | int | detectorID, |
int | elementID, | ||
double & | measurement, | ||
double & | dmeasurement | ||
) |
Convert the detectorID and elementID to the actual hit position.
Definition at line 651 of file GeomSvc.cxx.
References Plane::resolution.
Referenced by SQDigitizer::digitizePlane(), GetRoad::get_mc_roads(), GetRoad::get_old_roads(), KalmanTrack::KalmanTrack(), main(), CalibHitPos::process_event(), CalibDriftDistMod::process_event(), CalibDriftDist::process_event(), CalibHitElementPos::process_event(), RndmEmbed::process_event(), SRawEventEmbed::process_event(), and TriggerAnalyzer::trimEvent().
|
inline |
Definition at line 231 of file GeomSvc.h.
Referenced by RndmEmbed::process_event().
|
inline |
Definition at line 247 of file GeomSvc.h.
References Plane::xc.
Referenced by UtilHodo::GetPlanePos(), KalmanFastTracking::printAtDetectorBack(), and KalmanDSTrk::printAtDetectorBack().
|
inline |
Definition at line 248 of file GeomSvc.h.
References Plane::yc.
Referenced by UtilHodo::GetPlanePos(), KalmanFastTracking::printAtDetectorBack(), and KalmanDSTrk::printAtDetectorBack().
|
inline |
Definition at line 249 of file GeomSvc.h.
References Plane::zc.
Referenced by UtilHodo::GetPlanePos(), and KalmanFitter::KalmanFitter().
|
inline |
Definition at line 260 of file GeomSvc.h.
References Plane::nElements.
Referenced by AnaChamHit::AnalyzeTree(), SQDigitizer::digitizePlane(), UtilHodo::GetElementPos(), TriggerRoad::getLR(), AnaEffCham::Init(), ExtractTdcDist::Init(), EventReducer::initHodoMaskLUT(), AnaHodoHit::InitRun(), AnaTriggerHit::InitRun(), AnaChamPlane::InitRun(), AnaTrack::InitRun(), KalmanFastTracking::KalmanFastTracking(), AnaModule::process_event(), SimpleTree::process_event(), and TriggerRoad::reflectLR().
|
inline |
Definition at line 237 of file GeomSvc.h.
References Plane::overlap.
Referenced by SQDigitizer::digitizePlane().
|
inline |
Definition at line 256 of file GeomSvc.h.
References Plane::rotZ.
|
inline |
Definition at line 235 of file GeomSvc.h.
References Plane::zc.
Referenced by SQDigitizer::digitizePlane(), GetRoad::get_mc_roads(), GetRoad::get_old_roads(), KalmanTrack::getSagittaInSuperDetector(), SQGenFit::GFMeasurement::GFMeasurement(), EventReducer::initHodoMaskLUT(), KalmanFastTracking::KalmanFastTracking(), Node::Node(), KalmanFastTracking::printAtDetectorBack(), KalmanDSTrk::printAtDetectorBack(), AnaModule::process_event(), SimpleTree::process_event(), KalmanDSTrk::processOneTracklet(), EventReducer::sagittaReducer(), KalmanTrack::setTracklet(), and TriggerRoad::TriggerRoad().
|
inline |
Definition at line 233 of file GeomSvc.h.
Referenced by CalibDriftDistMod::InitRun(), and CalibDriftDist::InitRun().
|
inline |
Definition at line 245 of file GeomSvc.h.
References Plane::resolution.
Referenced by SQGenFit::GFMeasurement::GFMeasurement(), KalmanFastTracking::KalmanFastTracking(), main(), Node::Node(), KalmanFastTracking::resolveLeftRight(), and KalmanDSTrk::resolveLeftRight().
|
inline |
Definition at line 242 of file GeomSvc.h.
References Plane::x1, and Plane::x2.
Referenced by CalibData::Init(), AnaChamPlane::InitRun(), AnaTrack::InitRun(), KalmanFastTracking::printAtDetectorBack(), and KalmanDSTrk::printAtDetectorBack().
|
inline |
Definition at line 243 of file GeomSvc.h.
References Plane::y1, and Plane::y2.
Referenced by KalmanFastTracking::KalmanFastTracking(), KalmanFastTracking::printAtDetectorBack(), and KalmanDSTrk::printAtDetectorBack().
|
inline |
|
inline |
Definition at line 236 of file GeomSvc.h.
References Plane::spacing.
Referenced by AnaChamHit::AnalyzeTree(), UtilHodo::GetElementPos(), KalmanTrack::getExpPosError(), and KalmanFastTracking::KalmanFastTracking().
|
inline |
Definition at line 261 of file GeomSvc.h.
References Plane::planeType.
Referenced by KalmanFastTracking::buildBackPartialTracks(), KalmanDSTrk::buildBackPartialTracks(), KalmanFastTracking::getExtrapoWindowsInSt1(), KalmanDSTrk::getExtrapoWindowsInSt1(), KalmanFastTracking::getSagittaWindowsInSt1(), KalmanDSTrk::getSagittaWindowsInSt1(), EventReducer::initHodoMaskLUT(), EventReducer::reduceEvent(), KalmanFastTracking::removeBadHits(), KalmanDSTrk::removeBadHits(), and EventReducer::sagittaReducer().
|
inline |
Definition at line 257 of file GeomSvc.h.
References Plane::deltaW.
|
inline |
Definition at line 258 of file GeomSvc.h.
References Plane::deltaW_module.
|
inline |
Definition at line 255 of file GeomSvc.h.
References Plane::deltaZ.
|
inline |
Definition at line 250 of file GeomSvc.h.
References Plane::rX.
Referenced by KalmanFitter::KalmanFitter().
|
inline |
Definition at line 251 of file GeomSvc.h.
References Plane::rY.
Referenced by KalmanFitter::KalmanFitter().
|
inline |
Definition at line 252 of file GeomSvc.h.
References Plane::rZ.
Referenced by KalmanFitter::KalmanFitter().
|
inline |
Definition at line 298 of file GeomSvc.h.
References Plane::rtprofile.
|
inline |
Definition at line 240 of file GeomSvc.h.
References Plane::sintheta.
Referenced by KalmanTrack::getAlignment(), KalmanTrack::getSagittaInSuperDetector(), KalmanFastTracking::KalmanFastTracking(), and Node::Node().
|
inline |
Definition at line 253 of file GeomSvc.h.
References Plane::angleFromVert, and Plane::rZ.
|
inline |
Definition at line 241 of file GeomSvc.h.
References Plane::tantheta.
|
inline |
Definition at line 277 of file GeomSvc.h.
Referenced by SQDigitizer::getTriggerLv().
|
inline |
Definition at line 302 of file GeomSvc.h.
References Plane::getW().
Referenced by KalmanFastTracking::getExtrapoWindowsInSt1(), KalmanDSTrk::getExtrapoWindowsInSt1(), KalmanFastTracking::getSagittaWindowsInSt1(), KalmanDSTrk::getSagittaWindowsInSt1(), KalmanFastTracking::resolveLeftRight(), and KalmanDSTrk::resolveLeftRight().
void GeomSvc::getWireEndPoints | ( | int | detectorID, |
int | elementID, | ||
double & | x_min, | ||
double & | x_max, | ||
double & | y_min, | ||
double & | y_max | ||
) |
Definition at line 725 of file GeomSvc.cxx.
References Plane::nElements, Plane::spacing, Plane::xc, Plane::xoffset, Plane::y1, and Plane::y2.
Referenced by EventReducer::initHodoMaskLUT().
|
inline |
Definition at line 303 of file GeomSvc.h.
References Plane::getX().
|
inline |
Convert the stereo hits to Y value.
Definition at line 301 of file GeomSvc.h.
References Plane::getY().
void GeomSvc::init | ( | ) |
Initialization, either from MySQL or from ascii file.
Initialize channel mapping — not needed at the moment
Definition at line 240 of file GeomSvc.cxx.
References initPlaneDbSvc(), initPlaneDirect(), initWireLUT(), recoConsts::instance(), loadAlignment(), loadCalibration(), loadMilleAlignment(), loadOnlineAlignment(), nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by instance().
void GeomSvc::initPlaneDbSvc | ( | ) |
Definition at line 419 of file GeomSvc.cxx.
References GeomParamPlane::Plane::angle_from_vert, GeomParamPlane::Plane::cell_spacing, GeomParamPlane::Plane::cell_width, GeomParamPlane::Plane::det_name, PHFlag::FlagExist(), PHFlag::get_CharFlag(), PHFlag::get_IntFlag(), RunParamBase::GetMapID(), GeomParamPlane::GetNumPlanes(), GeomParamPlane::GetPlane(), GeomParamPlane::Plane::height, recoConsts::instance(), GeomParamPlane::Plane::n_ele, nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, nPropPlanes, RunParamBase::ReadFromDB(), recoConsts::set_CharFlag(), RunParamBase::SetMapID(), RunParamBase::SetMapIDbyDB(), GeomParamPlane::Plane::theta_x, GeomParamPlane::Plane::theta_y, GeomParamPlane::Plane::theta_z, toLocalDetectorName(), GeomParamPlane::Plane::width, GeomParamPlane::Plane::x0, GeomParamPlane::Plane::xoffset, GeomParamPlane::Plane::y0, and GeomParamPlane::Plane::z0.
Referenced by init().
void GeomSvc::initPlaneDirect | ( | ) |
Definition at line 411 of file GeomSvc.cxx.
Referenced by init().
void GeomSvc::initWireLUT | ( | ) |
Initialize the position look up table for all wires, hodos, and tubes
Definition at line 537 of file GeomSvc.cxx.
References Plane::costheta, Plane::deltaW, Plane::deltaW_module, Plane::elementPos, nChamberPlanes, nDarkPhotonPlanes, Plane::nElements, nHodoPlanes, nPropPlanes, Plane::sintheta, Plane::spacing, Plane::x0, Plane::xoffset, and Plane::y0.
Referenced by init(), setDetectorX0(), setDetectorY0(), and setDetectorZ0().
|
static |
singlton instance
Definition at line 212 of file GeomSvc.cxx.
Referenced by ChanMapV1495::Add(), ChanMapTaiwan::Add(), CalibParamXT::Add(), CalibParamInTimeTaiwan::Add(), CalibParamInTimeV1495::Add(), AnaChamHit::AnalyzeTree(), TriggerAnalyzer::buildData(), ClassImp(), MakeRTCurve::DrawCalibResult(), SRMakeRTCurve::DrawCalibResult(), CalibData::DrawHistHit(), EventReducer::EventReducer(), UtilTrigger::ExtractRoadID(), UtilTrack::FindDetectorHitsOfTrack(), UtilSQHit::FindFirstHits(), UtilSQHit::FindHits(), UtilSQHit::FindHitsFast(), UtilSQHit::FindTriggerHitsFast(), SQChamberRealization::FixChamReso(), KalmanTrack::getAlignment(), UtilHodo::GetElementPos(), KalmanTrack::getExpPosError(), TriggerRoad::getLR(), UtilHodo::GetPlanePos(), KalmanTrack::getSagittaInSuperDetector(), SQGenFit::GFMeasurement::GFMeasurement(), CalibData::Init(), CalibParam::Init(), AnaEffCham::Init(), ExtractTdcDist::Init(), SQDigitizer::Init(), AnaHodoHit::InitRun(), AnaTriggerHit::InitRun(), AnaTrigSignal::InitRun(), AnaTrkQA::InitRun(), AnaChamPlane::InitRun(), AnaTrack::InitRun(), AnaPileup::InitRun(), CalibDriftDistMod::InitRun(), CalibDriftDist::InitRun(), RndmEmbed::InitRun(), SRawEventEmbed::InitRun(), PatternDBGen::InitRun(), UtilHodo::IsHodoX(), KalmanDSTrk::KalmanDSTrk(), KalmanFastTracking::KalmanFastTracking(), KalmanFitter::KalmanFitter(), KalmanTrack::KalmanTrack(), main(), TriggerRoad::makeRoadList(), Node::Node(), SQGenFit::GFMeasurement::print(), CalibHitPos::process_event(), AnaChamHit::process_event(), AnaHodoHit::process_event(), AnaEmbeddedData::process_event(), CalibDriftDistMod::process_event(), CalibDriftDist::process_event(), CalibHitElementPos::process_event(), CalibHodoInTime::process_event(), DPTriggerAnalyzer::process_event(), SQChamberRealization::process_event(), SQGeomAcc::process_event(), CalibParam::ReadRTParam(), TriggerRoad::reflectLR(), SQChamberRealization::ScaleChamReso(), SQChamberRealization::SetChamEff(), SQChamberRealization::SetPropTubeEff(), KalmanTrack::setTracklet(), TriggerAnalyzer::TriggerAnalyzer(), TriggerRoad::TriggerRoad(), CalibParam::WriteRTGraph(), and CalibParam::WriteRTParam().
|
inline |
bool GeomSvc::isChamber | ( | const int | detectorID | ) | const |
Return "true" for chamber planes.
Definition at line 772 of file GeomSvc.cxx.
References getDetectorName().
Referenced by CalibHitPos::process_event(), AnaChamHit::process_event(), CalibDriftDistMod::process_event(), and CalibDriftDist::process_event().
bool GeomSvc::isChamber | ( | const std::string | detectorName | ) | const |
Return "true" for chamber planes.
Definition at line 777 of file GeomSvc.cxx.
bool GeomSvc::isDPHodo | ( | const int | detectorID | ) | const |
Return "true" for DP hodo planes.
Definition at line 802 of file GeomSvc.cxx.
References getDetectorName().
Referenced by CalibHodoInTime::process_event().
bool GeomSvc::isDPHodo | ( | const std::string | detectorName | ) | const |
Return "true" for DP hodo planes.
Definition at line 807 of file GeomSvc.cxx.
bool GeomSvc::isHodo | ( | const int | detectorID | ) | const |
Return "true" for hodo planes.
Definition at line 782 of file GeomSvc.cxx.
References getDetectorName().
Referenced by CalibHodoInTime::process_event().
bool GeomSvc::isHodo | ( | const std::string | detectorName | ) | const |
Return "true" for hodo planes.
Definition at line 787 of file GeomSvc.cxx.
bool GeomSvc::isInElement | ( | int | detectorID, |
int | elementID, | ||
double | x, | ||
double | y, | ||
double | tolr = 0. |
||
) |
Definition at line 630 of file GeomSvc.cxx.
References get2DBoxSize().
bool GeomSvc::isInh | ( | const int | detectorID | ) | const |
Return "true" for BeforeInh and AfterInh signals.
Definition at line 812 of file GeomSvc.cxx.
References getDetectorName().
Referenced by CalibHodoInTime::process_event().
bool GeomSvc::isInh | ( | const std::string | detectorName | ) | const |
Definition at line 817 of file GeomSvc.cxx.
bool GeomSvc::isInKMAG | ( | double | x, |
double | y | ||
) |
Definition at line 643 of file GeomSvc.cxx.
Referenced by KalmanFastTracking::acceptTracklet(), and KalmanDSTrk::acceptTracklet().
bool GeomSvc::isInPlane | ( | int | detectorID, |
double | x, | ||
double | y | ||
) |
See if a point is in a plane.
Definition at line 622 of file GeomSvc.cxx.
Referenced by SQDigitizer::digitizePlane(), KalmanFastTracking::muonID_search(), KalmanDSTrk::muonID_search(), AnaModule::process_event(), SimpleTree::process_event(), and TriggerRoad::TriggerRoad().
bool GeomSvc::isInTime | ( | int | detectorID, |
double | tdcTime | ||
) |
Definition at line 1099 of file GeomSvc.cxx.
References Plane::tmax, and Plane::tmin.
bool GeomSvc::isPropTube | ( | const int | detectorID | ) | const |
Return "true" for prop tube planes.
Definition at line 792 of file GeomSvc.cxx.
References getDetectorName().
Referenced by CalibHitPos::process_event(), CalibDriftDistMod::process_event(), and CalibDriftDist::process_event().
bool GeomSvc::isPropTube | ( | const std::string | detectorName | ) | const |
Return "true" for prop tube planes.
Definition at line 797 of file GeomSvc.cxx.
void GeomSvc::loadAlignment | ( | const std::string & | alignmentFile_chamber, |
const std::string & | alignmentFile_hodo, | ||
const std::string & | alignmentFile_prop | ||
) |
Definition at line 924 of file GeomSvc.cxx.
References nChamberPlanes, nHodoPlanes, and nPropPlanes.
Referenced by init().
void GeomSvc::loadCalibration | ( | const std::string & | calibrateFile | ) |
Definition at line 1061 of file GeomSvc.cxx.
References getDetectorName(), and NULL.
Referenced by init().
void GeomSvc::loadMilleAlignment | ( | const std::string & | alignmentFile_mille | ) |
Definition at line 1022 of file GeomSvc.cxx.
References nChamberPlanes.
Referenced by init(), and loadOnlineAlignment().
void GeomSvc::loadOnlineAlignment | ( | const std::string & | alignmentFile_mille | ) |
Load parameters used in the online-alignment mode.
The major part of this function is not implemented yet because we are not sure if we store the alignment parameters in DB table. We might use the text file ("align_mille.txt") during the online-alignment mode.
Definition at line 885 of file GeomSvc.cxx.
References loadMilleAlignment().
Referenced by init().
void GeomSvc::printAlignPar | ( | ) |
Debugging print of the content.
Definition at line 1124 of file GeomSvc.cxx.
References Plane::deltaW, Plane::deltaZ, nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, nPropPlanes, and Plane::rotZ.
Referenced by KalmanFastTracking::KalmanFastTracking().
void GeomSvc::printTable | ( | ) |
Definition at line 1134 of file GeomSvc.cxx.
References nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, and nPropPlanes.
Referenced by KalmanFastTracking::KalmanFastTracking(), and main().
void GeomSvc::printWirePosition | ( | ) |
Definition at line 1104 of file GeomSvc.cxx.
References Plane::cellWidth, nChamberPlanes, nDarkPhotonPlanes, Plane::nElements, nHodoPlanes, and nPropPlanes.
Referenced by KalmanFastTracking::KalmanFastTracking().
|
inline |
TODO temp solution to overwrite the y0 of a plane.
Definition at line 186 of file GeomSvc.h.
References getDetectorID(), initWireLUT(), Plane::update(), and Plane::x0.
|
inline |
Definition at line 192 of file GeomSvc.h.
References getDetectorID(), initWireLUT(), Plane::update(), and Plane::y0.
|
inline |
Definition at line 198 of file GeomSvc.h.
References getDetectorID(), initWireLUT(), Plane::update(), and Plane::z0.
void GeomSvc::toLocalDetectorName | ( | std::string & | detectorName, |
int & | eID | ||
) |
Convert the official detectorName to local detectorName.
Convert, for example, "P1H1f" to "P1Y1" and element ID accordingly. The input arguments are kept unchanged when they are not "local" name. The local name is used only in the channel mapping of the prop tube as of 2021-10-03.
Definition at line 740 of file GeomSvc.cxx.
Referenced by ChanMapV1495::Add(), ChanMapTaiwan::Add(), CalibParamXT::Add(), CalibParamInTimeTaiwan::Add(), CalibParamInTimeV1495::Add(), and initPlaneDbSvc().
|
inlinestatic |
|
inlinestatic |
|
inline |
Definition at line 323 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
Referenced by ClassImp().
|
inline |
Definition at line 324 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 343 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 344 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 329 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 330 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 313 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
Referenced by ClassImp().
|
inline |
Definition at line 314 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 315 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
Referenced by ClassImp().
|
inline |
Definition at line 316 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Getter/setters for a set of fixed parameters - should not be changed unless absolutely necessary.
Definition at line 311 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
Referenced by ClassImp().
|
inline |
Definition at line 312 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 325 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 326 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 331 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 332 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 321 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 322 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 333 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 334 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 327 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 328 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().
|
inline |
Definition at line 341 of file GeomSvc.h.
References PHFlag::get_DoubleFlag().
|
inline |
Definition at line 342 of file GeomSvc.h.
References PHFlag::set_DoubleFlag().