200 drawCmd->
SetGuidance(
" 100 : xy-plane, 010 : yz-plane, 001 : zx-plane -- default 111");
201 drawCmd->
SetGuidance(
" 100 : N/A, 010 : z_phi-plane, 001 : r_phi-plane -- default 111");
403 fSMan->
DrawMesh(meshName,psName,iPlane,iColumn,colorMapName);
422 ed <<
"Mesh name <" << meshName <<
"> is not found. Command ignored.";
438 ed <<
"Mesh name <" << meshName <<
"> is not found. Command ignored.";
454 ed <<
"Mesh name <" << meshName <<
"> is not found. Command ignored.";
469 ed <<
"Mesh name <" << meshName <<
"> is not found. Command ignored.";
484 <<
"> is still open. Close it first. Command ignored.";
495 <<
"] : Scoring mesh <" << newVal
496 <<
"> already exists. Command ignored.";
506 <<
"> is still open. Close it first. Command ignored.";
517 <<
"] : Scoring mesh <" << newVal
518 <<
"> already exists. Command ignored.";
527 <<
"] : Mesh <" << mesh->GetWorldName()
528 <<
"> is still open. Close it first. Command ignored.";
539 mesh->SetCopyNumberLevel(idx);
544 <<
"] : Scoring mesh <" << meshName <<
"> already exists. Command ignored.";
559 <<
"] : color map <" << newVal <<
"> is not defined. Command ignored." ;
575 <<
"] : color map <" << newVal <<
"> is not defined. Command ignored."
585 <<
"> is still open. Close it first. Command ignored.";
592 <<
"] : Scoring mesh <" << newVal <<
"> does not exist. Command ignored.";
609 if ( shape == MeshShape::realWorldLogVol ) {
612 <<
"] : Number of mesh command cannot be set for this type of mesh. Command ignored.";
636 <<
"] : This mesh is not Box. Command ignored.";
640 if ( shape == MeshShape::cylinder ){
642 vsize[0] =
StoD(token[0]);
643 vsize[1] =
StoD(token[1]);
652 <<
"] : This mesh is not Box. Command ignored.";
658 G4double centerPosition[3] ={ 0., 0., 0.};
663 centerPosition[0] = xyz.
x();
664 centerPosition[1] = xyz.
y();
665 centerPosition[2] = xyz.
z();
681 ed <<
"ERROR: No mesh is currently open. Open/create a mesh first. Command ignored.";
700 while ( !(val = next()).isNull() ) {
701 token.push_back(val);
712 if(dynamic_cast<G4ScoringBox*>(mesh)) {
713 G4cout <<
".... G4ScoringMessenger::MeshBinCommand - G4ScoringBox" <<
G4endl;
717 }
else if(dynamic_cast<G4ScoringCylinder*>(mesh)) {
718 G4cout <<
".... G4ScoringMessenger::MeshBinCommand - G4ScoringCylinder" <<
G4endl;