CMS 3D CMS Logo

PixelGeomDetUnit Class Reference

The base PixelGeomDetUnit. More...

#include <Geometry/TrackerGeometryBuilder/interface/PixelGeomDetUnit.h>

Inheritance diagram for PixelGeomDetUnit:

GeomDetUnit GeomDet

List of all members.

Public Member Functions

DetId geographicalId () const
 The label of this GeomDet.
 PixelGeomDetUnit (BoundPlane *sp, PixelGeomDetType *type, const GeometricDet *gd)
virtual const PixelTopologyspecificTopology () const
virtual PixelGeomDetTypespecificType () const
virtual const Topologytopology () const
virtual const GeomDetTypetype () const

Private Attributes

const GeometricDettheGD
PixelGeomDetTypetheType


Detailed Description

The base PixelGeomDetUnit.

Specialized in SiPixelGeomDetUnit.

Definition at line 16 of file PixelGeomDetUnit.h.


Constructor & Destructor Documentation

PixelGeomDetUnit::PixelGeomDetUnit ( BoundPlane sp,
PixelGeomDetType type,
const GeometricDet gd 
)

Definition at line 8 of file PixelGeomDetUnit.cc.

00008                                                                                                 : GeomDetUnit(sp),
00009                                                                                                  theType(type),theGD(gd)
00010 {}


Member Function Documentation

DetId PixelGeomDetUnit::geographicalId (  )  const [virtual]

The label of this GeomDet.

Implements GeomDet.

Definition at line 22 of file PixelGeomDetUnit.cc.

References GeometricDet::geographicalID(), and theGD.

Referenced by SiPixelDetInfoFileWriter::beginJob(), PixelCPEBase::computeLorentzShifts(), PixelCPEBase::driftDirection(), PixelCPEBase::lorentzShiftX(), PixelCPEBase::lorentzShiftY(), SiPixelFedCablingMapBuilder::produce(), SiPixelDigitizerAlgorithm::run(), VisTrackerPiClusterTwig::update(), and VisTrackerPiDigiTwig::update().

00022 {return theGD->geographicalID();}

const PixelTopology & PixelGeomDetUnit::specificTopology (  )  const [virtual]

Definition at line 18 of file PixelGeomDetUnit.cc.

References PixelGeomDetType::specificTopology(), and specificType().

Referenced by VisSiPixelCluster::analyze(), SiPixelTrackResidualSource::analyze(), SiPixelErrorEstimation::analyze(), SiPixelTrackingRecHitsValid::analyze(), SiPixelLorentzAngle::analyze(), SiPixelDetInfoFileWriter::beginJob(), SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D(), SiPixelOfflineCalibAnalysisBase::bookDQMHistoPlaquetteSummary2D(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelClusterSource::buildStructure(), SiPixelErrorEstimation::computeAnglesFromDetPosition(), ClusterShape::determineShape(), SiPixelDigitizerAlgorithm::digitize(), VisCuTrackerCluster::drawcluster(), VisCuTrackerDigi::drawdigi(), SiPixelRecHitsValid::fillBarrel(), SiPixelRecHitsValid::fillForward(), PixelCPEBase::lorentzShiftX(), PixelCPEBase::lorentzShiftY(), SiPixelFedCablingMapBuilder::myprint(), PixelCPEBase::setTheDet(), CPEFromDetPosition::setTheDet(), PixelThresholdClusterizer::setup(), SiPixelGaussianSmearingRecHitConverterAlgorithm::smearHit(), VisTrackerPiClusterTwig::update(), VisPixelDigiTwig::update(), VisCuTrackerDigi::update(), VisTrackerPiDigiTwig::update(), VisCuTrackerCluster::update(), VisCuTrackerCluster::updatetext(), and VisCuTrackerDigi::updatetext().

00018                                                               { 
00019   return specificType().specificTopology();
00020 }

virtual PixelGeomDetType& PixelGeomDetUnit::specificType (  )  const [inline, virtual]

Definition at line 29 of file PixelGeomDetUnit.h.

References theType.

Referenced by specificTopology(), and topology().

00029 { return *theType;}

const Topology & PixelGeomDetUnit::topology (  )  const [virtual]

Implements GeomDetUnit.

Definition at line 16 of file PixelGeomDetUnit.cc.

References specificType(), and PixelGeomDetType::topology().

00016 {return specificType().topology();}

const GeomDetType & PixelGeomDetUnit::type (  )  const [virtual]

Implements GeomDetUnit.

Definition at line 13 of file PixelGeomDetUnit.cc.

References theType.

Referenced by ClusterShape::getOrientation(), PixelCPEBase::setTheDet(), and CPEFromDetPosition::setTheDet().

00013 { return *theType;}


Member Data Documentation

const GeometricDet* PixelGeomDetUnit::theGD [private]

Definition at line 35 of file PixelGeomDetUnit.h.

Referenced by geographicalId().

PixelGeomDetType* PixelGeomDetUnit::theType [private]

Definition at line 34 of file PixelGeomDetUnit.h.

Referenced by specificType(), and type().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:30:02 2009 for CMSSW by  doxygen 1.5.4