renamed
This commit is contained in:
+2
-2
@@ -977,9 +977,9 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"from G4Calo import ConstructionWrapper, G4System\n",
|
||||
"from G4Calo import GeometryDescriptor, G4System\n",
|
||||
"\n",
|
||||
"cw = ConstructionWrapper() #the width of the calorimeter is 50 cm times 50 cm (also steerable, but I'd leave it)\n",
|
||||
"cw = GeometryDescriptor() #the width of the calorimeter is 50 cm times 50 cm (also steerable, but I'd leave it)\n",
|
||||
"\n",
|
||||
"cw.addLayer(3,\"G4_Si\",True, 7)\n",
|
||||
"cw.addLayer(4,\"G4_Pb\",False) \n",
|
||||
|
||||
Reference in New Issue
Block a user