ATLAS Offline Software
Namespaces | Macros
MuonDetDescr/MuonReadoutGeometry/src/RpcReadoutElement.cxx File Reference
#include "MuonReadoutGeometry/RpcReadoutElement.h"
#include "GeoPrimitives/GeoPrimitivesToStringConverter.h"
#include <GeoModelKernel/GeoDefinitions.h>
#include <GeoModelKernel/GeoLogVol.h>
#include <GeoModelKernel/GeoVFullPhysVol.h>
#include <GeoModelKernel/GeoVPhysVol.h>
#include <cmath>
#include <stdexcept>
#include "GeoModelUtilities/GeoVisitVolumes.h"
#include "TrkSurfaces/PlaneSurface.h"
#include "TrkSurfaces/RectangleBounds.h"

Go to the source code of this file.

Namespaces

 MuonGM
 Ensure that the Athena extensions are properly loaded.
 

Macros

#define THROW_EXCEPTION(MSG)
 

Macro Definition Documentation

◆ THROW_EXCEPTION

#define THROW_EXCEPTION (   MSG)
Value:
{ \
std::stringstream sstr{}; \
sstr<<"RpcReadoutElement - "<<idHelperSvc()->toStringDetEl(identify())<<" "<<__LINE__<<": "; \
sstr<<MSG; \
throw std::runtime_error(sstr.str()); \
} \

Definition at line 30 of file MuonDetDescr/MuonReadoutGeometry/src/RpcReadoutElement.cxx.

MSG
Definition: MsgLevel.h:28