133 G4cout <<
"Model " << aName <<
" activated.";
135 G4cout <<
"Model " << aName <<
" not found.";
145 if (result)
G4cout <<
"Model " << aName <<
" inactivated.";
146 else G4cout <<
"Model " << aName <<
" not found.";
156 std::vector<G4VPhysicalVolume*> worldDone;
163 for (
size_t i=0; i<regions->size(); i++)
165 world = (*regions)[i]->GetWorldPhysical();
167 for (
size_t ii=0; ii<worldDone.size(); ii++)
if (worldDone[ii] == world) {newWorld =
false;
break;}
170 worldDone.push_back(world);
174 G4cout <<
"\n * Mass Geometry with ";
176 G4cout <<
"\n * Parallel Geometry with ";
181 std::vector<G4ParticleDefinition*> particlesKnown;
186 G4cout <<
" Attached to:";
188 for (
G4int iParticle=0; iParticle<particles->
entries(); iParticle++)
196 if (!findG4FSMP)
G4cout <<
" o G4FastSimulationProcess: (none)" <<
G4endl;
208 for (
G4int I=0;
I<depth;
I++) indent +=
" ";
219 G4cout <<
" ; applicable to:";
221 for (
G4int iParticle=0; iParticle<particles->
entries(); iParticle++)
227 for (
size_t l=0; l<particlesKnown.size();l++)
if(particlesKnown[l] == particles->
GetParticle(iParticle)) {known =
true;
break;}
228 if (!known)
G4cout <<
"[!!]";
237 for (
size_t ip=0; ip<physVolStore->size(); ip++)
244 if (thisVolMotherRegion == region)
272 G4cout <<
"Current Envelopes for Fast Simulation:\n";
303 bool foundPrevious(
false);