ATLAS Offline Software
Namespaces | Macros
MuonDetDescr/MuonReadoutGeometry/src/sTgcReadoutElement.cxx File Reference
#include "MuonReadoutGeometry/sTgcReadoutElement.h"
#include <GeoPrimitives/GeoPrimitivesHelpers.h>
#include <GeoPrimitives/GeoPrimitivesToStringConverter.h>
#include <GeoModelKernel/GeoLogVol.h>
#include <GeoModelKernel/GeoVFullPhysVol.h>
#include <GeoModelKernel/GeoVPhysVol.h>
#include <GeoModelHelpers/StringUtils.h>
#include <cmath>
#include <ext/alloc_traits.h>
#include <map>
#include <memory>
#include <stdexcept>
#include <utility>
#include "GeoModelKernel/GeoFullPhysVol.h"
#include "Identifier/IdentifierHash.h"
#include "MuonAGDDDescription/sTGCDetectorDescription.h"
#include "MuonAGDDDescription/sTGCDetectorHelper.h"
#include "MuonAGDDDescription/sTGC_Technology.h"
#include "MuonAlignmentData/ALinePar.h"
#include "MuonAlignmentData/CorrContainer.h"
#include "TrkSurfaces/DiamondBounds.h"
#include "TrkSurfaces/PlaneSurface.h"
#include "TrkSurfaces/RotatedDiamondBounds.h"
#include "TrkSurfaces/RotatedTrapezoidBounds.h"
#include "TrkSurfaces/TrapezoidBounds.h"
#include "GaudiKernel/ISvcLocator.h"
#include "AthenaBaseComps/AthCheckMacros.h"
#include "RDBAccessSvc/IRDBAccessSvc.h"
#include "RDBAccessSvc/IRDBRecord.h"
#include "RDBAccessSvc/IRDBRecordset.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<<"sTgcReadoutElement - "<<idHelperSvc()->toStringDetEl(identify())<<" "<<__LINE__<<": "; \
sstr<<MSG; \
throw std::runtime_error(sstr.str()); \
} \

Definition at line 47 of file MuonDetDescr/MuonReadoutGeometry/src/sTgcReadoutElement.cxx.

MSG
Definition: MsgLevel.h:28