CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <FTLayer.h>
Public Member Functions | |
FTLayer (const float radius, const float stereoAngle, const float zf, const float zb, const float offset, const int layerID, const int localLayerID, const int NWire, const FTSuperLayer &super) | |
constructor | |
~FTLayer () | |
destructor | |
const int | localLayerId (void) const |
returns local-layer ID | |
const int | layerId (void) const |
returns layer ID | |
const int | NWire (void) const |
returns the number of wire | |
const float | tanSlant (void) const |
returns tangent of slant angle | |
const float | r (void) const |
returns r form origin | |
const float | zf (void) const |
returns z of forward end-plate | |
const float | zb (void) const |
returns z of backward end-plate | |
const float | offset (void) const |
returns offset of numbering(local ID) | |
const FTSuperLayer & | superLayer (void) const |
returns super-layer | |
const double | limit (void) const |
returns limit of "d" for stereo layer | |
double | z (const double d) const |
returns z for "d" in r-phi plane | |
double | csize (void) const |
returns cell size | |
|
inline |
constructor
Definition at line 93 of file FTLayer.h.
|
inline |
returns cell size
Definition at line 190 of file FTLayer.h.
Referenced by FTTrack::r_phi2Fit(), FTTrack::r_phi3Fit(), FTTrack::r_phi4Fit(), FTTrack::r_phiFit(), FTTrack::r_phiReFit(), FTTrack::s_zFit(), FTFinder::t2x(), and FTFinder::x2t().
|
inline |
returns layer ID
Definition at line 112 of file FTLayer.h.
Referenced by FTSegment::printout(), and FTSuperLayer::reduce_noise().
|
inline |
returns limit of "d" for stereo layer
Definition at line 162 of file FTLayer.h.
Referenced by FTSegment::update3D().
|
inline |
|
inline |
|
inline |
|
inline |
returns r form origin
Definition at line 141 of file FTLayer.h.
Referenced by FTTrack::r_phi2Fit(), FTTrack::r_phi3Fit(), FTTrack::r_phi4Fit(), FTTrack::r_phiFit(), FTTrack::r_phiReFit(), FTSuperLayer::reduce_noise(), FTTrack::s_zFit(), FTSegment::update(), and FTSegment::update3D().
|
inline |
|
inline |
returns tangent of slant angle
Definition at line 133 of file FTLayer.h.
Referenced by FTWire::distance_z().
|
inline |
returns z for "d" in r-phi plane
Definition at line 169 of file FTLayer.h.
Referenced by FTSegment::update3D().
|
inline |
returns z of backward end-plate
Definition at line 155 of file FTLayer.h.
Referenced by FTWire::z().
|
inline |
returns z of forward end-plate
Definition at line 148 of file FTLayer.h.
Referenced by FTWire::z().