Go to the source code of this file.
Definition at line 5 of file g3ConfigNoMC.C.
References fRun, PndStack::SetMinPoints(), PndStack::SetPersistence(), PndStack::StoreSecondaries(), and TString.
7 FairRunSim *
fRun = FairRunSim::Instance();
8 TString* gModel = fRun->GetGeoModel();
9 TGeant3* geant3 = NULL;
10 if ( strncmp(gModel->Data(),
"TGeo",4) == 0 ) {
12 =
new TGeant3TGeo(
"C++ Interface to Geant3");
13 cout <<
"-I- G3Config: Geant3 with TGeo has been created."
17 =
new TGeant3(
"C++ Interface to Geant3");
18 cout <<
"-I- G3Config: Geant3 native has been created."
26 geant3->SetStack( st ) ;
30 geant3->SetSWIT(4, 100);
31 geant3->SetDEBU(0, 0, 1);
38 geant3->SetERAN(5.e-7);
void SetMinPoints(Int_t min)
void SetPersistence(Bool_t choice)
void StoreSecondaries(Bool_t choice=kTRUE)