#include "SoilConstruction.h"
#include <fwk/CentralConfig.h>
#include <utl/ErrorLogger.h>
#include <utl/Reader.h>
#include <utl/MathConstants.h>
#include <G4RunManager.hh>
#include <G4RegionStore.hh>
#include <G4Box.hh>
#include <G4Tubs.hh>
#include <G4LogicalVolume.hh>
#include <G4ThreeVector.hh>
#include <G4PVPlacement.hh>
#include <G4Transform3D.hh>
#include <G4RotationMatrix.hh>
#include <G4VisAttributes.hh>
#include <G4Colour.hh>
#include <G4Material.hh>
#include <G4Element.hh>
#include <G4MaterialPropertiesTable.hh>
Go to the source code of this file.
Macros | |
#define | MD_LARGE_SIDE 12*utl::m |
#define | MD_SIM_AREA 30*utl::m2 |
#define | MD_THETASIM_MAX 80*utl::degree |
#define MD_LARGE_SIDE 12*utl::m |
Definition at line 28 of file SoilConstruction.cc.
Referenced by GroundPropagatorAG::SoilConstruction::SoilConstruction().
#define MD_SIM_AREA 30*utl::m2 |
Definition at line 27 of file SoilConstruction.cc.
Referenced by GroundPropagatorAG::SoilConstruction::SoilConstruction().
#define MD_THETASIM_MAX 80*utl::degree |
Definition at line 26 of file SoilConstruction.cc.
Referenced by GroundPropagatorAG::SoilConstruction::SoilConstruction().