4 #include "FGeometryInit.hh"
6 #include "AliDetConstructionHelper.h"
11 #define flukam flukam_
13 extern "C" void flukam(const G4int & GeoFlag);
15 int main(int argc, char** argv)
17 // ROOT ===================
18 TROOT aTROOT("Alice","Alice Flugg prototype Root I/O");
22 = new AliRun("gAlice","The Alice run manager");
23 G4cout << "AliRun has been created." << G4endl;
27 = new TFluka("TFluka", "The Fluka Monte Carlo");
28 G4cout << "TFluka has been created." << G4endl;
30 // Detector construction helper
31 AliDetConstructionHelper* detHelper = new AliDetConstructionHelper();
32 G4cout << "Detector construction helper has been created." << G4endl;
35 FGeometryInit* theFGeometryInit = FGeometryInit::GetInstance();
36 theFGeometryInit->setDetConstruction(detHelper->DetConstruction());
37 G4cout << "Detector construction has been set to Flugg." << G4endl;