FairRoot/PandaRoot
PndG4DummyDetectorConstruction.cxx
Go to the documentation of this file.
2 #include "G4VPhysicalVolume.hh"
3 #include "G4PVPlacement.hh"
4 #include "G4ThreeVector.hh"
5 #include "G4Box.hh"
6 #include "G4LogicalVolume.hh"
7 #include "G4Material.hh"
8 #include "G4SDManager.hh"
9 #include "G4Element.hh"
10 #include "G4SystemOfUnits.hh"
11 //#include ".hh"
12 //#include ".hh"
13 //#include ".hh"
14 //#include ".hh"
15 
16 
17 
19 {
20  return;
21 }
22 
24 {
25  return;
26 }
27 
29 {
30  G4Material* Vacuum = new G4Material("interGalactic", 1., 1.008*g/mole,1.e-25*g/cm3, kStateGas,2.73*kelvin, 3.e-18*pascal);
31  G4Box* gExpHall = new G4Box("gExpHall",500,500,500);
32  G4LogicalVolume* lExpHall = new G4LogicalVolume(gExpHall,Vacuum,"lExpHall",0,0,0);
33  G4VPhysicalVolume* wExpHall = new G4PVPlacement(0,G4ThreeVector(),lExpHall,"gExpHall",0,false,0);
34  return wExpHall;
35 }
36 
38 {
39  return;
40 }
TFile * g