CMS 3D CMS Logo

MTDGeomDetUnit.cc
Go to the documentation of this file.
3 
5 
7  MTDGeomDet(sp), theTopology(new ProxyMTDTopology(type, sp))
8 {
9  setDetId(id);
10 }
11 
12 const GeomDetType& MTDGeomDetUnit::type() const { return theTopology->type(); }
13 
14 const MTDGeomDetType& MTDGeomDetUnit::specificType() const { return theTopology->specificType(); }
15 
16 const Topology& MTDGeomDetUnit::topology() const { return *theTopology; }
17 
19 
21 {
22  theTopology->setSurfaceDeformation(deformation);
23 }
type
Definition: HCALResponse.h:21
void setDetId(DetId id)
Definition: GeomDet.h:120
const GeomDetType & type() const override
MTDGeomDetUnit(BoundPlane *sp, MTDGeomDetType const *type, DetId id)
void setSurfaceDeformation(const SurfaceDeformation *deformation) override
set the SurfaceDeformation for this StripGeomDetUnit to proxy topology.
Definition: DetId.h:18
virtual const PixelTopology & specificTopology() const
Returns a reference to the pixel proxy topology.
virtual const MTDGeomDetType & specificType() const
const Topology & topology() const override
Returns a reference to the pixel proxy topology.
std::unique_ptr< ProxyMTDTopology > theTopology