CMS 3D CMS Logo

StackGeomDet.cc
Go to the documentation of this file.
2 
4  const GeomDetUnit* lowerDet,
5  const GeomDetUnit* upperDet,
6  const DetId stackDetId)
7  : TrackerGeomDet(sp), theLowerDet(lowerDet), theUpperDet(upperDet) {
8  setDetId(stackDetId);
9 }
10 
12 
13 std::vector<const GeomDet*> StackGeomDet::components() const {
14  return std::vector<const GeomDet*>{theLowerDet, theUpperDet};
15 }
~StackGeomDet() override
Definition: StackGeomDet.cc:11
void setDetId(DetId id)
Definition: GeomDet.h:99
Definition: DetId.h:17
std::vector< const GeomDet * > components() const override
Returns direct components, if any.
Definition: StackGeomDet.cc:13
const GeomDetUnit * theUpperDet
Definition: StackGeomDet.h:24
StackGeomDet(BoundPlane *sp, const GeomDetUnit *lowerDet, const GeomDetUnit *upperDet, const DetId stackDetId)
Definition: StackGeomDet.cc:3
const GeomDetUnit * theLowerDet
Definition: StackGeomDet.h:20