CMS 3D CMS Logo

Typedefs
DD4hep_volumeHandle.cc File Reference
#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
 

Typedef Documentation

◆ DDBox

using DDBox = dd4hep::Box

Definition at line 27 of file DD4hep_volumeHandle.cc.

◆ DDCons

using DDCons = dd4hep::ConeSegment

Definition at line 30 of file DD4hep_volumeHandle.cc.

◆ DDTrap

using DDTrap = dd4hep::Trap

Definition at line 28 of file DD4hep_volumeHandle.cc.

◆ DDTruncTubs

using DDTruncTubs = dd4hep::TruncatedTube

Definition at line 31 of file DD4hep_volumeHandle.cc.

◆ DDTubs

using DDTubs = dd4hep::Tube

Definition at line 29 of file DD4hep_volumeHandle.cc.