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