1 #ifndef DTGeometry_DTGeometry_h
2 #define DTGeometry_DTGeometry_h
65 const std::vector<DTChamber*>&
chambers()
const;
68 const std::vector<DTSuperLayer*>&
superLayers()
const;
71 const std::vector<DTLayer*>&
layers()
const;
std::map< DetId, GeomDet * > DTDetMap
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.
Class to update a given geometry with a set of alignments.
DTGeometry()
Default constructor.
DetUnitContainer theDetUnits
DetTypeContainer theDetTypes
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.
DetIdContainer theDetUnitIds
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.
const DTSuperLayer * superLayer(DTSuperLayerId id) const
Return a DTSuperLayer given its id.
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