1 #ifndef DTGeometry_DTGeometry_h 2 #define DTGeometry_DTGeometry_h 66 const std::vector<const DTChamber*>&
chambers()
const;
69 const std::vector<const DTSuperLayer*>&
superLayers()
const;
72 const std::vector<const DTLayer*>&
layers()
const;
std::map< DetId, GeomDet * > DTDetMap
~DTGeometry() override
Destructor.
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
Class to update a given geometry with a set of alignments.
const DetIdContainer & detIds() const override
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits)
const DetContainer & detUnits() const override
Returm a vector of all GeomDet.
DTGeometry()
Default constructor.
DetTypeContainer theDetTypes
std::vector< const DTSuperLayer * > theSuperLayers
std::vector< const GeomDet * > DetContainer
std::vector< const DTLayer * > theLayers
const DetTypeContainer & detTypes() const override
Return a vector of all det types.
const DTSuperLayer * superLayer(const DTSuperLayerId &id) const
Return a DTSuperLayer given its id.
DetIdContainer theDetUnitIds
const GeomDet * idToDet(DetId) const override
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
std::vector< const DTChamber * > theChambers
Namespace of DDCMS conversion namespace.
const DetIdContainer & detUnitIds() const override
Returm a vector of all GeomDetUnit DetIds.
std::vector< DetId > DetIdContainer
const std::vector< const DTLayer * > & layers() const
Return a vector of all SuperLayer.
std::vector< const GeomDetType * > DetTypeContainer
const std::vector< const DTChamber * > & chambers() const
Return a vector of all Chamber.
void add(DTChamber *ch)
Add a DTChamber to Geometry.
const DTChamber * chamber(const DTChamberId &id) const
Return a DTChamber given its id.
const std::vector< const DTSuperLayer * > & superLayers() const
Return a vector of all SuperLayer.
const DTLayer * layer(const DTLayerId &id) const
Return a layer given its id.