#include <PixelGeomDetUnit.h>
Public Member Functions | |
bool | isLeaf () const override |
is a Unit More... | |
PixelGeomDetUnit (BoundPlane *sp, PixelGeomDetType const *type, DetId id) | |
virtual const PixelTopology & | specificTopology () const |
Returns a reference to the pixel proxy topology. More... | |
virtual const PixelGeomDetType & | specificType () const |
virtual const SurfaceDeformation * | surfaceDeformation () const |
Return pointer to surface deformation. More... | |
virtual const Topology & | topology () const override |
Returns a reference to the pixel proxy topology. More... | |
virtual const GeomDetType & | type () const 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... | |
virtual std::vector< const GeomDet * > | components () const |
Returns direct components, if any. 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... | |
virtual SubDetector | subDetector () const |
Which subdetector. More... | |
const Plane & | surface () const |
The nominal surface of the GeomDet. More... | |
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 | ~GeomDet () |
Private Member Functions | |
virtual void | setSurfaceDeformation (const SurfaceDeformation *deformation) |
set the SurfaceDeformation for this StripGeomDetUnit to proxy topology. More... | |
Private Attributes | |
std::unique_ptr < ProxyPixelTopology > | theTopology |
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 |
The base PixelGeomDetUnit. Specialized in SiPixelGeomDetUnit.
Definition at line 17 of file PixelGeomDetUnit.h.
PixelGeomDetUnit::PixelGeomDetUnit | ( | BoundPlane * | sp, |
PixelGeomDetType const * | type, | ||
DetId | id | ||
) |
Definition at line 6 of file PixelGeomDetUnit.cc.
References GeomDet::setDetId().
|
inlineoverridevirtual |
|
privatevirtual |
set the SurfaceDeformation for this StripGeomDetUnit to proxy topology.
Reimplemented from GeomDet.
Definition at line 20 of file PixelGeomDetUnit.cc.
References theTopology.
|
virtual |
Returns a reference to the pixel proxy topology.
Definition at line 18 of file PixelGeomDetUnit.cc.
References theTopology.
Referenced by SiPixelDigitizerAlgorithm::add_noise(), SiPixelTrackResidualSource::analyze(), SiPixelErrorEstimation::analyze(), SiPixelTrackingRecHitsValid::analyze(), SiPixelMuonHLT::analyze(), analyzer::SiPixelLorentzAngle::analyze(), TrackerDpgAnalysis::analyze(), SiPixelDetInfoFileWriter::beginRun(), SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D(), SiPixelOfflineCalibAnalysisBase::bookDQMHistoPlaquetteSummary2D(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelClusterSource::buildStructure(), SiPixelErrorEstimation::computeAnglesFromDetPosition(), ClusterShape::determineShape(), SiPixelDigitizerAlgorithm::digitize(), SiPixelClusterModule::fill(), SiPixelRecHitsValid::fillBarrel(), SiPixelRecHitsValid::fillForward(), QcdLowPtDQM::fillPixels(), SiPixelQuality::getBadRocPositions(), ClusterShapeHitFilter::getCotangent(), HLTPixelClusterShapeFilter::hltFilter(), SiPixelDigitizerAlgorithm::induce_signal(), SiPixelFedCablingMapBuilder::myprint(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), PixelVertexProducerClusters::produce(), HIPixelClusterVtxProducer::produce(), PixelClusterSelectorTopBottom::produce(), PixelThresholdClusterizer::setup(), and TrackClusterSplitter::splitCluster().
|
virtual |
NOTE (A.M.): The actual pointer to PixelGeomDetType is now a member of the proxy topology. As PixelGeomDetType has the actual topology as a pointer, it is possible to access this topology in two different ways. Once via the proxy topology (through topology() and specificTopology()) which includes corrections for the surface deformations, and once via the GeomDetType (through type().topology() and the like).
Definition at line 14 of file PixelGeomDetUnit.cc.
References theTopology.
Referenced by SiPixelGaussianSmearingRecHitConverterAlgorithm::smearHit().
|
inlinevirtual |
Return pointer to surface deformation.
Reimplemented from GeomDet.
Definition at line 47 of file PixelGeomDetUnit.h.
References theTopology.
|
overridevirtual |
Returns a reference to the pixel proxy topology.
Reimplemented from GeomDet.
Definition at line 16 of file PixelGeomDetUnit.cc.
References theTopology.
Referenced by SiClusterTranslator::produce().
|
overridevirtual |
NOTE (A.M.): The actual pointer to PixelGeomDetType is now a member of the proxy topology. As PixelGeomDetType has the actual topology as a pointer, it is possible to access this topology in two different ways. Once via the proxy topology (through topology() and specificTopology()) which includes corrections for the surface deformations, and once via the GeomDetType (through type().topology() and the like).
Reimplemented from GeomDet.
Definition at line 12 of file PixelGeomDetUnit.cc.
References theTopology.
Referenced by cuy.ValElement::__init__().
|
private |
Definition at line 58 of file PixelGeomDetUnit.h.
Referenced by setSurfaceDeformation(), specificTopology(), specificType(), surfaceDeformation(), topology(), and type().