Go to the documentation of this file.
28 for (std::vector<const DTLayer*>::const_iterator il =
theLayers.begin(); il !=
theLayers.end(); ++il)
55 if (
id.superlayerId() !=
theId)
61 if ((ilay >= 1) && (ilay <= 4)) {
DTSuperLayerId id() const
Return the DetId of this SL.
const std::vector< const DTLayer * > & layers() const
Return the layers in the SL.
void add(DTLayer *l)
Add layer to the SL which owns it.
bool operator==(const DTSuperLayer &sl) const
True if id are the same.
std::vector< const GeomDet * > components() const override
Return the layers in the SL.
const DTLayer * layer(const DTLayerId &id) const
Return the layer corresponding to the given id.
const GeomDet * component(DetId id) const override
Return the layer with a given id in this SL.
const DTChamber * chamber() const
DTSuperLayer(const DTSuperLayerId &id, ReferenceCountingPointer< BoundPlane > &plane, const DTChamber *ch=nullptr)
std::vector< const DTLayer * > theLayers