![]() |
ATLAS Offline Software
|
#include "AFP_GeoModelFactory.h"#include "AFP_Geometry/AFP_Geometry.h"#include "AFP_Geometry/AFP_constants.h"#include "GeoModelInterfaces/StoredMaterialManager.h"#include "GeoModelKernel/GeoMaterial.h"#include "GeoModelKernel/GeoBox.h"#include "GeoModelKernel/GeoTube.h"#include "GeoModelKernel/GeoTubs.h"#include "GeoModelKernel/GeoShapeSubtraction.h"#include "GeoModelKernel/GeoShapeIntersection.h"#include "GeoModelKernel/GeoShapeUnion.h"#include "GeoModelKernel/GeoShapeShift.h"#include "GeoModelKernel/GeoLogVol.h"#include "GeoModelKernel/GeoNameTag.h"#include "GeoModelKernel/GeoPhysVol.h"#include "GeoModelKernel/GeoFullPhysVol.h"#include "GeoModelKernel/GeoTransform.h"#include "GeoModelKernel/GeoAlignableTransform.h"#include "CLHEP/GenericFunctions/AbsFunction.hh"#include "CLHEP/GenericFunctions/Variable.hh"#include "CLHEP/GenericFunctions/Sin.hh"#include "CLHEP/GenericFunctions/Cos.hh"#include "StoreGate/StoreGateSvc.h"#include "GeoModelUtilities/GeoModelTool.h"#include "GeoPrimitives/CLHEPtoEigenConverter.h"#include "GeoModelUtilities/GeoOpticalPhysVol.h"#include "GeoModelUtilities/GeoOpticalSurface.h"#include "GeoModelUtilities/GeoBorderSurfaceContainer.h"#include "GeoModelUtilities/GeoMaterialPropertiesTable.h"#include <string>#include <cmath>#include <cstdlib>
1.8.18