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_RE(MSG)
 

Macro Definition Documentation

◆ THROW_EXCEPTION_RE

#define THROW_EXCEPTION_RE (   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.

xAOD::identify
const Identifier & identify(const UncalibratedMeasurement *meas)
Returns the associated identifier from the muon measurement.
Definition: MuonSpectrometer/MuonPhaseII/Event/xAOD/xAODMuonPrepData/Root/UtilFunctions.cxx:61
MSG
Definition: MsgLevel.h:28