![]() |
ATLAS Offline Software
|
#include "CaloSurfaceBuilder.h"#include "Gaudi/Property.h"#include "GaudiKernel/Bootstrap.h"#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/IService.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/IToolSvc.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/SystemOfUnits.h"#include "TrkGeometry/CylinderLayer.h"#include "TrkSurfaces/CylinderBounds.h"#include "TrkSurfaces/CylinderSurface.h"#include "TrkGeometry/DiscLayer.h"#include "TrkSurfaces/DiscBounds.h"#include "TrkSurfaces/DiscSurface.h"#include "TrkGeometry/HomogeneousLayerMaterial.h"#include "TrkGeometry/MaterialProperties.h"#include "GeoPrimitives/GeoPrimitives.h"#include "CaloDetDescr/CaloDetDescrElement.h"#include "CaloDetDescr/CaloDetDescrManager.h"#include "CaloDetDescr/CaloDetDescriptor.h"#include "CaloDetDescr/ICaloCoordinateTool.h"#include "CaloDetDescr/ICaloRecoMaterialTool.h"#include "CaloDetDescr/ICaloRecoSimpleGeomTool.h"#include "CaloIdentifier/TileID.h"#include "TileDetDescr/TileDetDescrManager.h"#include "TileDetDescr/TileDetDescriptor.h"#include "TrkDetDescrInterfaces/ITrackingVolumeBuilder.h"#include "TrkGeometry/TrackingVolume.h"#include "TrkGeometrySurfaces/SlidingCylinderSurface.h"#include "TrkGeometrySurfaces/SlidingDiscSurface.h"#include "TrkVolumes/CylinderVolumeBounds.h"#include <algorithm>#include <cmath>
1.8.18