4 #include "AliDetConstructionHelper.h"
5 #include "AliDetConstruction.h"
15 AliDetConstructionHelper::AliDetConstructionHelper()
18 // initialize the Alice setup
19 gROOT->LoadMacro("/home/ivana/AliRoot/macros/Config.C");
20 gInterpreter->ProcessLine("Config()");
22 G4cout << "Creating world" << G4endl;
23 AliBODY *BODY = new AliBODY("BODY","Alice envelop");
24 G4cout << "Creating hall" << G4endl;
25 AliHALL *HALL = new AliHALL("HALL","Alice Hall");
27 fFiles = new AliFiles();
28 fDetConstruction = new AliDetConstruction();
31 AliDetConstructionHelper::~AliDetConstructionHelper()
33 delete fDetConstruction;