Skip to content
Snippets Groups Projects
Commit 87d55197 authored by Yessica Dominguez's avatar Yessica Dominguez
Browse files

Update construction.cc

parent 9bd2ec55
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ MyDetectorConstruction::MyDetectorConstruction()
xWorld = 1000.*m;
yWorld = 1000.*m;
zWorld = 1000.*m;
zWorld = 2000.*m;
}
MyDetectorConstruction::~MyDetectorConstruction()
......@@ -74,7 +74,7 @@ void MyDetectorConstruction::DefineMaterials()
{
std::stringstream stri;
stri << i;
G4double h = 2.e3 / 10. * i;
G4double h = 4.e3 / 10. * i;
//h is the heught of each layer
//Divide by 5 because is the number of layers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment