Go to the documentation of this file.
80 DTDetMap::const_iterator
i =
theMap.find(lId);
81 return (
i !=
theMap.end()) ?
i->second :
nullptr;
std::vector< const DTChamber * > theChambers
const DetIdContainer & detUnitIds() const override
Returm a vector of all GeomDetUnit DetIds.
DetIdContainer theDetUnitIds
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
const DTChamber * chamber(const DTChamberId &id) const
Return a DTChamber given its id.
const std::vector< const DTLayer * > & layers() const
Return a vector of all SuperLayer.
const std::vector< const DTChamber * > & chambers() const
Return a vector of all Chamber.
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
std::vector< const GeomDetType * > DetTypeContainer
std::vector< DetId > DetIdContainer
DetId geographicalId() const
The label of this GeomDet.
const DTLayer * layer(const DTLayerId &id) const
Return a layer given its id.
void add(DTChamber *ch)
Add a DTChamber to Geometry.
const DetIdContainer & detIds() const override
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits)
std::vector< const GeomDet * > DetContainer
const std::vector< const DTSuperLayer * > & superLayers() const
Return a vector of all SuperLayer.
Container::value_type value_type
DetTypeContainer theDetTypes
~DTGeometry() override
Destructor.
const DetContainer & detUnits() const override
Returm a vector of all GeomDet.
std::vector< const DTSuperLayer * > theSuperLayers
std::vector< const DTLayer * > theLayers
DTGeometry()
Default constructor.
const DTSuperLayer * superLayer(const DTSuperLayerId &id) const
Return a DTSuperLayer given its id.
const GeomDet * idToDet(DetId) const override
const DetTypeContainer & detTypes() const override
Return a vector of all det types.