ATLAS Offline Software
Namespaces | Macros
MMReadoutElement.cxx File Reference
#include "MuonReadoutGeometry/MMReadoutElement.h"
#include <GeoPrimitives/GeoPrimitivesToStringConverter.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GeoModelKernel/GeoLogVol.h>
#include <GeoModelKernel/GeoShape.h>
#include <GeoModelKernel/GeoVFullPhysVol.h>
#include <GeoModelKernel/GeoVPhysVol.h>
#include <cstdlib>
#include <cmath>
#include <memory>
#include <utility>
#include "GaudiKernel/SystemOfUnits.h"
#include "GeoModelHelpers/getChildNodesWithTrf.h"
#include "GeoModelHelpers/StringUtils.h"
#include "GeoModelHelpers/GeoShapeUtils.h"
#include "GeoModelKernel/GeoFullPhysVol.h"
#include "GeoModelKernel/GeoShapeSubtraction.h"
#include "GeoModelKernel/GeoTrd.h"
#include "Identifier/IdentifierHash.h"
#include "MuonAGDDDescription/MMDetectorDescription.h"
#include "MuonAGDDDescription/MMDetectorHelper.h"
#include "MuonAlignmentData/ALinePar.h"
#include "MuonAlignmentData/CorrContainer.h"
#include "TrkSurfaces/PlaneSurface.h"
#include "TrkSurfaces/RotatedTrapezoidBounds.h"
#include "GaudiKernel/ISvcLocator.h"
#include "AthenaBaseComps/AthCheckMacros.h"
#include "RDBAccessSvc/IRDBAccessSvc.h"
#include "RDBAccessSvc/IRDBRecord.h"
#include "RDBAccessSvc/IRDBRecordset.h"
#include "GeoModelInterfaces/IGeoDbTagSvc.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<<"MMReadoutElement - "<<idHelperSvc()->toStringDetEl(identify())<<" "<<__LINE__<<": "; \
sstr<<MSG; \
throw std::runtime_error(sstr.str()); \
} \

Definition at line 49 of file MMReadoutElement.cxx.

MSG
Definition: MsgLevel.h:28