![]() |
ATLAS Offline Software
|
#include "AFP_GeoModelFactory.h"#include "AFP_Geometry/AFP_Geometry.h"#include "GaudiKernel/IService.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/MsgStream.h"#include "AthenaKernel/getMessageSvc.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 "GeoModelKernel/GeoDefinitions.h"#include "CLHEP/GenericFunctions/AbsFunction.hh"#include "CLHEP/GenericFunctions/Variable.hh"#include "CLHEP/GenericFunctions/Sin.hh"#include "CLHEP/GenericFunctions/Cos.hh"#include "GeoPrimitives/CLHEPtoEigenConverter.h"#include <cmath>#include <cstdlib>#include <format>#include <fstream>#include <iostream>#include <string>
1.8.18