48 virtual std::vector< const GeomDet*>
components()
const;
54 const std::vector< const DTLayer*>&
layers()
const;
80 #endif // DTSUPERLAYER_H
void add(DTLayer *l)
Add layer to the SL which owns it.
virtual SubDetector subDetector() const
Which subdetector.
DTSuperLayerId id() const
Return the DetId of this SL.
const DTLayer * layer(DTLayerId id) const
Return the layer corresponding to the given id.
const std::vector< const DTLayer * > & layers() const
Return the layers in the SL.
bool operator==(const DTSuperLayer &sl) const
True if id are the same.
const DTChamber * chamber() const
std::vector< const DTLayer * > theLayers
virtual const GeomDet * component(DetId id) const
Return the layer with a given id in this SL.
DTSuperLayer(DTSuperLayerId id, ReferenceCountingPointer< BoundPlane > &plane, const DTChamber *ch=0)
virtual std::vector< const GeomDet * > components() const
Return the layers in the SL.