#include <StackGeomDet.h>
Public Member Functions | |
std::vector< const GeomDet * > | components () const override |
Returns direct components, if any. More... | |
bool | isLeaf () const override |
is a Unit More... | |
const GeomDetUnit * | lowerDet () const |
StackGeomDet (BoundPlane *sp, const GeomDetUnit *lowerDet, const GeomDetUnit *upperDet, const DetId stackDetId) | |
SubDetector | subDetector () const override |
Which subdetector. More... | |
const GeomDetUnit * | upperDet () const |
~StackGeomDet () override | |
Public Member Functions inherited from TrackerGeomDet | |
LocalError const & | localAlignmentError () const |
Return local alligment error. More... | |
Public Member Functions inherited from GeomDet | |
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... | |
int | gdetIndex () const |
DetId | geographicalId () const |
The label of this GeomDet. More... | |
GeomDet (Plane *plane) | |
GeomDet (const ReferenceCountingPointer< Plane > &plane) | |
int | index () const |
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... | |
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 () |
Private Attributes | |
const GeomDetUnit * | theLowerDet |
const GeomDetUnit * | theUpperDet |
Additional Inherited Members | |
Public Types inherited from GeomDet | |
using | SubDetector = GeomDetEnumerators::SubDetector |
Protected Member Functions inherited from TrackerGeomDet | |
TrackerGeomDet (Plane *plane) | |
TrackerGeomDet (const ReferenceCountingPointer< Plane > &plane) | |
Protected Member Functions inherited from GeomDet | |
void | setDetId (DetId id) |
Definition at line 7 of file StackGeomDet.h.
StackGeomDet::StackGeomDet | ( | BoundPlane * | sp, |
const GeomDetUnit * | lowerDet, | ||
const GeomDetUnit * | upperDet, | ||
const DetId | stackDetId | ||
) |
|
override |
Definition at line 11 of file StackGeomDet.cc.
|
overridevirtual |
Returns direct components, if any.
Reimplemented from GeomDet.
Definition at line 13 of file StackGeomDet.cc.
References theLowerDet, and theUpperDet.
|
inlineoverridevirtual |
|
inline |
Definition at line 19 of file StackGeomDet.h.
References theLowerDet.
Referenced by AlignableStackDet::AlignableStackDet(), MeasurementTrackerImpl::initStackDet(), VectorHit::lowerGlobalPos(), and VectorHit::lowerGlobalPosErr().
|
inlineoverridevirtual |
Which subdetector.
Reimplemented from GeomDet.
Definition at line 17 of file StackGeomDet.h.
References GeomDet::subDetector(), and theLowerDet.
|
inline |
Definition at line 20 of file StackGeomDet.h.
References theUpperDet.
Referenced by AlignableStackDet::AlignableStackDet(), MeasurementTrackerImpl::initStackDet(), VectorHit::upperGlobalPos(), and VectorHit::upperGlobalPosErr().
|
private |
Definition at line 20 of file StackGeomDet.h.
Referenced by components(), lowerDet(), and subDetector().
|
private |
Definition at line 24 of file StackGeomDet.h.
Referenced by components(), and upperDet().