18 #include <FairGeoInterface.h>
19 #include <FairGeoLoader.h>
20 #include <FairModule.h>
29 FairGeoLoader *loader = FairGeoLoader::Instance();
30 FairGeoInterface *GeoInterface = loader->getGeoInterface();
32 MGeo->setGeomFile(GetGeometryFileName());
33 GeoInterface->addGeoModule(MGeo);
34 Bool_t rc = GeoInterface->readSet(MGeo);
36 MGeo->create(loader->getGeoBuilder());
42 AtCave::AtCave(
const char *name,
const char *Title) : FairModule(name, Title)