13 new TFluka(
"C++ Interface to Fluka", 1 );
15 cout <<
"GConfig: Fluka has been created." << endl;
20 gMC->SetProcess(
"CKOV", 1);
23 TString configm(gSystem->Getenv(
"VMCWORKDIR"));
24 TString cuts = configm +
"/gconfig/SetCuts.C";
25 cout <<
"Physics cuts with script \n " << cuts.Data() << endl;
26 Int_t cut = gROOT->LoadMacro(cuts.Data());
28 gInterpreter->ProcessLine(
"SetCuts()");
void SetMinPoints(Int_t min)
void Config()
Configuration macro for Geant3 VirtualMC.