|
LocalError const & | localAlignmentError () const |
| Return local alligment error. More...
|
|
AlignmentPositionError const * | alignmentPositionError () const |
| Return pointer to alignment errors. More...
|
|
virtual const GeomDet * | component (DetId) const |
| Returns a component GeomDet given its DetId, if existing. More...
|
|
virtual std::vector< const GeomDet * > | components () const |
| Returns direct components, if any. More...
|
|
int | gdetIndex () const |
|
DetId | geographicalId () const |
| The label of this GeomDet. More...
|
|
| GeomDet (Plane *plane) |
|
| GeomDet (const ReferenceCountingPointer< Plane > &plane) |
|
int | index () const |
|
virtual bool | isLeaf () const |
| is a Unit More...
|
|
const Surface::PositionType & | position () const |
| The position (origin of the R.F.) More...
|
|
const Surface::RotationType & | rotation () const |
| The rotation defining the local R.F. More...
|
|
void | setGdetIndex (int i) |
|
void | setIndex (int i) |
|
const Plane & | specificSurface () const |
| Same as surface(), kept for backward compatibility. More...
|
|
virtual SubDetector | subDetector () const |
| Which subdetector. More...
|
|
const Plane & | surface () const |
| The nominal surface of the GeomDet. More...
|
|
virtual const SurfaceDeformation * | surfaceDeformation () const |
|
GlobalPoint | toGlobal (const Local2DPoint &lp) const |
| Conversion to the global R.F. from the R.F. of the GeomDet. More...
|
|
GlobalPoint | toGlobal (const Local3DPoint &lp) const |
| Conversion to the global R.F. from the R.F. of the GeomDet. More...
|
|
GlobalVector | toGlobal (const LocalVector &lv) const |
| Conversion to the global R.F. from the R.F. of the GeomDet. More...
|
|
LocalPoint | toLocal (const GlobalPoint &gp) const |
| Conversion to the R.F. of the GeomDet. More...
|
|
LocalVector | toLocal (const GlobalVector &gv) const |
| Conversion to the R.F. of the GeomDet. More...
|
|
virtual const Topology & | topology () const |
|
virtual const GeomDetType & | type () const |
|
virtual | ~GeomDet () |
|