ATLAS Offline Software
Loading...
Searching...
No Matches
AtlasRegion.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6// AtlasRegion.h, (c) ATLAS Detector software
8
9#ifndef ATLASDETDESCR_ATLASREGION_H
10#define ATLASDETDESCR_ATLASREGION_H 1
11
12namespace AtlasDetDescr {
13
20
22 // Unset
24 // first Geometry element in enum, used in e.g. loops
26 // ATLAS Detector setup: geometrical ones
32 // number of defined GeoIDs
34 };
35
36} // end of namespace
37
38
43
44#endif // ATLASDETDESCR_ATLASREGION
bool validAtlasRegion(AtlasDetDescr::AtlasRegion region)
Check a given AtlasRegion for its validity.
Definition AtlasRegion.h:40
AtlasRegion
A simple enum of ATLAS regions and sub-detectors.
Definition AtlasRegion.h:21