1 #ifndef GEMGeometry_GEMGeometry_h
2 #define GEMGeometry_GEMGeometry_h
59 const std::vector<const GEMRegion*>&
regions()
const;
62 const std::vector<const GEMStation*>&
stations()
const;
65 const std::vector<const GEMRing*>&
rings()
const;
68 const std::vector<const GEMSuperChamber*>&
superChambers()
const;
71 const std::vector<const GEMChamber*>&
chambers()
const;
74 const std::vector<const GEMEtaPartition*>&
etaPartitions()
const;
~GEMGeometry() override
Destructor.
std::vector< const GEMRegion * > allRegions
std::vector< const GEMEtaPartition * > allEtaPartitions
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
const DetContainer & detUnits() const override
Returm a vector of all GeomDet.
Class to update a given geometry with a set of alignments.
DetContainer theEtaPartitions
DetIdContainer theEtaPartitionIds
const GeomDet * idToDet(DetId) const override
std::vector< const GEMSuperChamber * > allSuperChambers
const DetTypeContainer & detTypes() const override
Return a vector of all det types.
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
const DetIdContainer & detUnitIds() const override
Returm a vector of all GeomDetUnit DetIds.
const GEMRing * ring(int region, int station, int ring) const
Return a GEMRing.
const GEMRegion * region(int region) const
GEMGeometry()
Default constructor.
const GEMEtaPartition * etaPartition(GEMDetId id) const
Return a GEMEtaPartition given its id.
std::vector< const GEMRing * > allRings
std::vector< const GeomDet * > DetContainer
std::vector< const GEMStation * > allStations
const std::vector< const GEMRegion * > & regions() const
Return a vector of all GEM regions.
const std::vector< const GEMEtaPartition * > & etaPartitions() const
Return a vector of all GEM eta partitions.
const GEMSuperChamber * superChamber(GEMDetId id) const
const GEMStation * station(int region, int station) const
std::unordered_map< unsigned int, const GeomDet * > mapIdToDet
const std::vector< const GEMSuperChamber * > & superChambers() const
Return a vector of all GEM super chambers.
const std::vector< const GEMRing * > & rings() const
Return a vector of all GEM rings.
const GEMChamber * chamber(GEMDetId id) const
const DetIdContainer & detIds() const override
Returm a vector of all GeomDet DetIds (including those of GeomDetUnits)
const std::vector< const GEMChamber * > & chambers() const
Return a vector of all GEM chambers.
std::vector< DetId > DetIdContainer
const std::vector< const GEMStation * > & stations() const
Return a vector of all GEM stations.
std::vector< const GeomDetType * > DetTypeContainer
DetTypeContainer theEtaPartitionTypes
std::vector< const GEMChamber * > allChambers
void add(const GEMRegion *region)
Add a GEMRegion to the Geometry.