CMS 3D CMS Logo

StripGeomDetUnit.cc
Go to the documentation of this file.
3 
5 
7  : TrackerGeomDet(sp), theTopology(new ProxyStripTopology(type, sp)) {
8  setDetId(id);
9 }
10 
11 const GeomDetType& StripGeomDetUnit::type() const { return theTopology->type(); }
12 
13 const StripGeomDetType& StripGeomDetUnit::specificType() const { return theTopology->specificType(); }
14 
15 const Topology& StripGeomDetUnit::topology() const { return *theTopology; }
16 
18 
20  theTopology->setSurfaceDeformation(deformation);
21 }
void setDetId(DetId id)
Definition: GeomDet.h:99
StripGeomDetUnit(BoundPlane *sp, StripGeomDetType const *type, DetId id)
std::unique_ptr< ProxyStripTopology > theTopology
virtual const StripTopology & specificTopology() const
Returns a reference to the strip proxy topology.
const Topology & topology() const override
Returns a reference to the strip proxy topology.
virtual StripGeomDetType const & specificType() const
Definition: DetId.h:17
const GeomDetType & type() const override
void setSurfaceDeformation(const SurfaceDeformation *deformation) override
set the SurfaceDeformation for this StripGeomDetUnit to proxy topology.