Skip to content
Snippets Groups Projects
Commit bbc45564 authored by Dave Casper's avatar Dave Casper
Browse files

Expand the GeoModel and G4 world volumes

parent 877c69f9
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ StatusCode GeoModelSvc::geoInit() ...@@ -281,7 +281,7 @@ StatusCode GeoModelSvc::geoInit()
// Build the world node from which everything else will be suspended // Build the world node from which everything else will be suspended
const GeoMaterial* air = theMaterialManager->getMaterial("std::Air"); const GeoMaterial* air = theMaterialManager->getMaterial("std::Air");
const GeoBox* worldBox = new GeoBox(1000*Gaudi::Units::cm,1000*Gaudi::Units::cm, 1000*Gaudi::Units::cm); const GeoBox* worldBox = new GeoBox(6000*Gaudi::Units::cm,2500*Gaudi::Units::cm, 12000*Gaudi::Units::cm);
const GeoLogVol* worldLog = new GeoLogVol("WorldLog", worldBox, air); const GeoLogVol* worldLog = new GeoLogVol("WorldLog", worldBox, air);
GeoPhysVol *worldPhys=new GeoPhysVol(worldLog); GeoPhysVol *worldPhys=new GeoPhysVol(worldLog);
......
...@@ -180,9 +180,9 @@ def FASEREnvelopeCfg(ConfigFlags, name="Faser", **kwargs): ...@@ -180,9 +180,9 @@ def FASEREnvelopeCfg(ConfigFlags, name="Faser", **kwargs):
kwargs.setdefault("OffsetX", 0.0 * mm) kwargs.setdefault("OffsetX", 0.0 * mm)
kwargs.setdefault("OffsetY", 0.0 * mm) kwargs.setdefault("OffsetY", 0.0 * mm)
kwargs.setdefault("OffsetZ", 0.0 * mm) kwargs.setdefault("OffsetZ", 0.0 * mm)
kwargs.setdefault("dX", 600.0 * mm) kwargs.setdefault("dX", 6000.0 * mm)
kwargs.setdefault("dY", 600.0 * mm) kwargs.setdefault("dY", 2500.0 * mm)
kwargs.setdefault("dZ", 4000.0 * mm) kwargs.setdefault("dZ", 12000.0 * mm)
kwargs.setdefault("DetectorName", "Faser") kwargs.setdefault("DetectorName", "Faser")
SubDetectorList = result.popToolsAndMerge(generateSubDetectorList(ConfigFlags)) SubDetectorList = result.popToolsAndMerge(generateSubDetectorList(ConfigFlags))
......
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