51 : fParticleName(particlename),
53 fImportanceConfigurator(0),
56 fWeightCutOffConfigurator(0),
58 fWeightWindowConfigurator(0),
70 : fParticleName(particlename),
71 fWorldName(worldName),
72 fImportanceConfigurator(0),
75 fWeightCutOffConfigurator(0),
77 fWeightWindowConfigurator(0),
130 G4cout <<
"WARNING - G4GeometrySampler::IsConfigured()"
131 <<
" Some initalization exists, use ClearSampling()"
132 <<
" before a new initialization !" <<
G4endl;
173 G4Exception(
"G4GeometrySampler::PrepareImportanceSampling()",
175 "Failed allocation of G4ImportanceConfigurator !");
185 G4cout <<
"G4GeometrySampler:: preparing weight roulette" <<
G4endl;
204 G4Exception(
"G4GeometrySampler::PrepareWeightRoulett()",
206 "Failed allocation of G4WeightCutOffConfigurator !");
216 G4cout <<
"G4GeometrySampler:: preparing weight window" <<
G4endl;
277 #ifdef G4MULTITHREADED
278 G4cout <<
" make sure AddProcess() is invoked for biasing!!! " <<
G4endl;