43 mapIdToDet::const_iterator
i =
theMap.find(
id);
44 return (i !=
theMap.end()) ?
83 theDets.emplace_back(etaPartition);
86 theMap.insert(std::pair<DetId,GeomDet*>
99 theMap.insert(std::pair<DetId,GeomDet*>
109 theMap.insert(std::pair<DetId,GeomDet*>
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
std::vector< ME0Layer const * > allLayers
DetContainer theEtaPartitions
DetTypeContainer theEtaPartitionTypes
const ME0Layer * layer(ME0DetId id) const
Return a layer given its id.
virtual const GeomDetType & type() const
~ME0Geometry() override
Destructor.
std::vector< ME0EtaPartition const * > allEtaPartitions
const ME0EtaPartition * etaPartition(ME0DetId id) const
Return a etaPartition given its id.
const DetIdContainer & detUnitIds() const override
Returm a vector of all GeomDetUnit DetIds.
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.
const ME0Chamber * chamber(ME0DetId id) const
Return a chamber given its id.
const std::vector< const ME0Chamber * > & chambers() const
Return a vector of all ME0 chambers.
DetId geographicalId() const
The label of this GeomDet.
const GeomDetType & type() const override
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
const DetTypeContainer & detTypes() const override
Return a vector of all det types.
const std::vector< ME0EtaPartition const * > & etaPartitions() const
Return a vector of all ME0 eta partitions.
DetIdContainer theEtaPartitionIds
std::vector< ME0Chamber const * > allChambers
const GeomDet * idToDet(DetId) const override
const std::vector< const ME0Layer * > & layers() const
Return a vector of all ME0 layers.
std::vector< DetId > DetIdContainer
void add(ME0EtaPartition *etaPartition)
Add a ME0 etaPartition to the Geometry.
std::vector< const GeomDet * > DetContainer
std::vector< const GeomDetType * > DetTypeContainer
ME0Geometry()
Default constructor.