#include <GluedGeomDet.h>
Public Member Functions | |
virtual std::vector< const GeomDet * > | components () const |
Returns direct components, if any. More... | |
GluedGeomDet (BoundPlane *sp, const GeomDetUnit *monoDet, const GeomDetUnit *stereoDet, const DetId gluedDetId) | |
bool | isLeaf () const override |
is a Unit More... | |
const GeomDetUnit * | monoDet () const |
const GeomDetUnit * | stereoDet () const |
virtual SubDetector | subDetector () const |
Which subdetector. More... | |
virtual | ~GluedGeomDet () |
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... | |
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 | 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 * | theMonoDet |
const GeomDetUnit * | theStereoDet |
Additional Inherited Members | |
Public Types inherited from GeomDet | |
typedef GeomDetEnumerators::SubDetector | 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) |
Protected Attributes inherited from GeomDet | |
AlignmentPositionError * | theAlignmentPositionError |
Definition at line 7 of file GluedGeomDet.h.
GluedGeomDet::GluedGeomDet | ( | BoundPlane * | sp, |
const GeomDetUnit * | monoDet, | ||
const GeomDetUnit * | stereoDet, | ||
const DetId | gluedDetId | ||
) |
|
virtual |
Definition at line 8 of file GluedGeomDet.cc.
|
virtual |
Returns direct components, if any.
Reimplemented from GeomDet.
Definition at line 11 of file GluedGeomDet.cc.
References theMonoDet, and theStereoDet.
|
inlineoverridevirtual |
|
inline |
Definition at line 20 of file GluedGeomDet.h.
References theMonoDet.
Referenced by AlignableSiStripDet::AlignableSiStripDet(), SiStripLAProfileBooker::analyze(), SiStripFineDelayTLA::findtrackangle(), SiStripMonitorTrack::hitStudy(), MeasurementTrackerImpl::initGluedDet(), FastTrackerRecHitMatcher::match(), SiStripRecHitMatcher::match(), TkClonerImpl::operator()(), DeDxDiscriminatorLearner::processHit(), DeDxEstimatorProducer::processHit(), TkClonerImpl::project(), FastTrackerRecHitMatcher::projectOnly(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), TrackInfoProducerAlgorithm::run(), ProjectedSiStripRecHit2D::setDet(), Traj2TrackHits::split(), TrajectoryAtInvalidHit::TrajectoryAtInvalidHit(), and SiStripMonitorTrack::trajectoryStudy().
|
inline |
Definition at line 21 of file GluedGeomDet.h.
References theStereoDet.
Referenced by AlignableSiStripDet::AlignableSiStripDet(), SiStripLAProfileBooker::analyze(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), SiStripFineDelayTLA::findtrackangle(), SiStripMonitorTrack::hitStudy(), MeasurementTrackerImpl::initGluedDet(), FastTrackerRecHitMatcher::match(), SiStripRecHitMatcher::match(), TkClonerImpl::operator()(), DeDxDiscriminatorLearner::processHit(), DeDxEstimatorProducer::processHit(), TkClonerImpl::project(), FastTrackerRecHitMatcher::projectOnly(), SiStripRecHitsValid::rechitanalysis_matched(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), TrackInfoProducerAlgorithm::run(), ProjectedSiStripRecHit2D::setDet(), Traj2TrackHits::split(), TrajectoryAtInvalidHit::TrajectoryAtInvalidHit(), and SiStripMonitorTrack::trajectoryStudy().
|
inlinevirtual |
Which subdetector.
Reimplemented from GeomDet.
Definition at line 18 of file GluedGeomDet.h.
References GeomDet::subDetector(), and theMonoDet.
|
private |
Definition at line 24 of file GluedGeomDet.h.
Referenced by components(), monoDet(), and subDetector().
|
private |
Definition at line 25 of file GluedGeomDet.h.
Referenced by components(), and stereoDet().