6     new  TFluka(
"C++ Interface to Fluka", 1);
 
    8     cout << 
"GConfig: Fluka has been created." << endl;
 
   13     gMC->SetProcess(
"CKOV",1);
 
   16     TString configm(gSystem->Getenv(
"VMCWORKDIR"));
 
   18     cout << 
"Physics cuts with script \n "<<  cuts.Data() << endl;
 
   19     Int_t 
cut=gROOT->LoadMacro(cuts.Data());
 
   20     if(cut==0)gInterpreter->ProcessLine(
"SetCuts()"); 
 
void SetMinPoints(Int_t min)
void Config()
Configuration macro for Geant3 VirtualMC.