|
Geant4_10
|
#include "XrayFluoPlaneDetectorConstruction.hh"#include "XrayFluoPlaneDetectorMessenger.hh"#include "XrayFluoSD.hh"#include "XrayFluoNistMaterials.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4Material.hh"#include "G4ThreeVector.hh"#include "G4Box.hh"#include "G4Sphere.hh"#include "G4LogicalVolume.hh"#include "G4PVPlacement.hh"#include "G4TransportationManager.hh"#include "G4SDManager.hh"#include "G4RunManager.hh"#include "G4VisAttributes.hh"#include "G4Colour.hh"#include "G4ios.hh"#include "G4PVReplica.hh"#include "G4UserLimits.hh"
1.8.5