ATLAS Offline Software
Loading...
Searching...
No Matches
AtlasRegionHelper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// AtlasRegionHelper.h, (c) ATLAS Detector software
8
9#ifndef ATLASDETDESCR_ATLASREGIONHELPER_H
10#define ATLASDETDESCR_ATLASREGIONHELPER_H 1
11
13
14namespace AtlasDetDescr {
15
23
25 public:
26 static const char * getName( int region );
27 static const char * getName( AtlasDetDescr::AtlasRegion region );
28
29 private:
31
32 };
33
34} // end of namespace
35
36#endif // ATLASDETDESCR_ATLASREGIONHELPER_H
static const char * getName(int region)
AtlasRegion
A simple enum of ATLAS regions and sub-detectors.
Definition AtlasRegion.h:21