#include "DD4hep_volumeHandle.h"
#include "DataFormats/GeometrySurface/interface/Plane.h"
#include "DataFormats/GeometrySurface/interface/Cylinder.h"
#include "DataFormats/GeometrySurface/interface/Cone.h"
#include "DataFormats/GeometryVector/interface/CoordinateSets.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <DD4hep/DD4hepUnits.h>
#include <string>
#include <iterator>
#include "buildBox.icc"
#include "buildTrap.icc"
#include "buildTubs.icc"
#include "buildCons.icc"
#include "buildPseudoTrap.icc"
#include "buildTruncTubs.icc"
Go to the source code of this file.
Typedefs | |
using | DDBox = dd4hep::Box |
using | DDCons = dd4hep::ConeSegment |
using | DDTrap = dd4hep::Trap |
using | DDTruncTubs = dd4hep::TruncatedTube |
using | DDTubs = dd4hep::Tube |
using DDBox = dd4hep::Box |
Definition at line 27 of file DD4hep_volumeHandle.cc.
using DDCons = dd4hep::ConeSegment |
Definition at line 30 of file DD4hep_volumeHandle.cc.
using DDTrap = dd4hep::Trap |
Definition at line 28 of file DD4hep_volumeHandle.cc.
using DDTruncTubs = dd4hep::TruncatedTube |
Definition at line 31 of file DD4hep_volumeHandle.cc.
using DDTubs = dd4hep::Tube |
Definition at line 29 of file DD4hep_volumeHandle.cc.