25 mapIdToDet::const_iterator
i =
theMap.find(
id);
26 return (
i !=
theMap.end()) ?
i->second :
nullptr;
std::vector< ME0Layer const * > allLayers
DetContainer theEtaPartitions
DetTypeContainer theEtaPartitionTypes
~ME0Geometry() override
Destructor.
std::vector< ME0EtaPartition const * > allEtaPartitions
virtual const GeomDetType & type() const
const GeomDet * idToDet(DetId) const override
constexpr std::array< uint8_t, layerIndexSize > layer
const DetIdContainer & detUnitIds() const override
Returm a vector of all GeomDetUnit DetIds.
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
const GeomDetType & type() const override
std::vector< const GeomDet * > DetContainer
const DetIdContainer & detIds() const override
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits)
const std::vector< const ME0Chamber * > & chambers() const
Return a vector of all ME0 chambers.
const ME0Chamber * chamber(ME0DetId id) const
Return a chamber given its id.
DetId geographicalId() const
The label of this GeomDet.
DetIdContainer theEtaPartitionIds
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
std::vector< ME0Chamber const * > allChambers
const ME0EtaPartition * etaPartition(ME0DetId id) const
Return a etaPartition given its id.
std::vector< DetId > DetIdContainer
void add(ME0EtaPartition *etaPartition)
Add a ME0 etaPartition to the Geometry.
const DetTypeContainer & detTypes() const override
Return a vector of all det types.
std::vector< const GeomDetType * > DetTypeContainer
const DetContainer & detUnits() const override
Returm a vector of all GeomDet.
const std::vector< const ME0Layer * > & layers() const
Return a vector of all ME0 layers.
const ME0Layer * layer(ME0DetId id) const
Return a layer given its id.
const std::vector< ME0EtaPartition const * > & etaPartitions() const
Return a vector of all ME0 eta partitions.
ME0Geometry()
Default constructor.