43 mapIdToDet::const_iterator
i =
theMap.find(
id);
44 return (i !=
theMap.end()) ?
83 theDets.emplace_back(etaPartition);
86 theMap.insert(std::pair<DetId,GeomDetUnit*>
99 theMap.insert(std::pair<DetId,GeomDetUnit*>
109 theMap.insert(std::pair<DetId,GeomDet*>
std::vector< ME0Layer const * > allLayers
std::vector< GeomDetType const * > DetTypeContainer
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 GeomDetUnit * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
const DetIdContainer & detIds() const override
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits)
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.
DetUnitContainer theEtaPartitions
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.
void add(ME0EtaPartition *etaPartition)
Add a ME0 etaPartition to the Geometry.
const DetUnitContainer & detUnits() const override
Returm a vector of all GeomDetUnit.
std::vector< GeomDet const * > DetContainer
std::vector< GeomDetUnit const * > DetUnitContainer
ME0Geometry()
Default constructor.
std::vector< DetId > DetIdContainer