ATLAS Offline Software
|
#include "ActsGeometry/ActsCaloTrackingVolumeBuilder.h"
#include "ActsInterop/Logger.h"
#include "StoreGate/ReadHandle.h"
#include "CaloDetDescr/CaloDetDescrManager.h"
#include "CaloDetDescr/CaloDetDescrElement.h"
#include "CaloDetDescrUtils/CaloDetDescrBuilder.h"
#include "Acts/Geometry/TrackingVolume.hpp"
#include "Acts/Geometry/VolumeBounds.hpp"
#include "Acts/Geometry/GlueVolumesDescriptor.hpp"
#include "Acts/Geometry/GenericCuboidVolumeBounds.hpp"
#include "Acts/Geometry/CutoutCylinderVolumeBounds.hpp"
#include "Acts/Geometry/CylinderVolumeBounds.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Geometry/TrackingVolumeArrayCreator.hpp"
#include "Acts/Utilities/BinnedArrayXD.hpp"
#include "Acts/Geometry/CylinderVolumeHelper.hpp"
#include <fstream>
Go to the source code of this file.
Typedefs | |
using | Box = Acts::Volume::BoundingBox |
using | CVBBV = Acts::CylinderVolumeBounds::BoundValues |
using | CCVBBV = Acts::CutoutCylinderVolumeBounds::BoundValues |
using Box = Acts::Volume::BoundingBox |
Definition at line 29 of file ActsCaloTrackingVolumeBuilder.cxx.
using CCVBBV = Acts::CutoutCylinderVolumeBounds::BoundValues |
Definition at line 32 of file ActsCaloTrackingVolumeBuilder.cxx.
using CVBBV = Acts::CylinderVolumeBounds::BoundValues |
Definition at line 31 of file ActsCaloTrackingVolumeBuilder.cxx.