564 ed <<
"ERROR : No mesh is currently open. Open/create a mesh first. "
576 if(command == qTouchCmd)
580 else if(command == qGetUnitCmd)
584 else if(command == qSetUnitCmd)
588 else if(command == qCellChgCmd)
593 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
605 else if(command == qCellFluxCmd)
610 if(shape == MeshShape::box)
614 else if(shape == MeshShape::cylinder)
621 pps->SetNumberOfSegments(nSeg);
624 else if(shape == MeshShape::realWorldLogVol)
626 ed <<
"Cell flux for real world volume is not yet supported. Command "
631 else if(shape == MeshShape::probe)
639 else if(command == qPassCellFluxCmd)
644 if(shape == MeshShape::box)
648 else if(shape == MeshShape::cylinder)
655 pps->SetNumberOfSegments(nSeg);
658 else if(shape == MeshShape::realWorldLogVol)
660 ed <<
"Passing cell flux for real world volume is not yet supported. "
665 else if(shape == MeshShape::probe)
673 else if(command == qeDepCmd)
678 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
690 else if(command == qdoseDepCmd)
695 if(shape == MeshShape::box)
699 else if(shape == MeshShape::cylinder)
703 pps->SetUnit(token[1]);
707 pps->SetNumberOfSegments(nSeg);
710 else if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
718 else if(command == qnOfStepCmd)
723 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
735 else if(command == qnOfSecondaryCmd)
740 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
751 else if(command == qTrackLengthCmd)
756 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
765 ps->MultiplyKineticEnergy(
StoB(token[2]));
766 ps->DivideByVelocity(
StoB(token[3]));
767 ps->SetUnit(token[4]);
771 else if(command == qPassCellCurrCmd)
776 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
788 else if(command == qPassTrackLengthCmd)
793 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
802 ps->SetUnit(token[2]);
806 else if(command == qFlatSurfCurrCmd)
811 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
821 ps->DivideByArea(
StoB(token[3]));
824 ps->SetUnit(token[4]);
833 else if(command == qFlatSurfFluxCmd)
838 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
848 ps->DivideByArea(
StoB(token[3]));
851 ps->SetUnit(token[4]);
860 else if(command == qVolFluxCmd)
865 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
878 else if(command == qNofCollisionCmd)
883 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
895 else if(command == qPopulationCmd)
900 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
912 else if(command == qTrackCountCmd)
917 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
930 else if(command == qTerminationCmd)
935 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
947 else if(command == qMinKinEAtGeneCmd)
952 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
964 else if(command == qStepCheckerCmd)
969 if(shape == MeshShape::realWorldLogVol || shape == MeshShape::probe)
984 else if(command == fchargedCmd)
992 ed <<
"WARNING[" << fchargedCmd->GetCommandPath()
993 <<
"] : Current quantity is not set. Set or touch a quantity first.";
997 else if(command == fneutralCmd)
1005 ed <<
"WARNING[" << fneutralCmd->GetCommandPath()
1006 <<
"] : Current quantity is not set. Set or touch a quantity first.";
1010 else if(command == fkinECmd)
1023 ed <<
"WARNING[" << fkinECmd->GetCommandPath()
1024 <<
"] : Current quantity is not set. Set or touch a quantity first.";
1028 else if(command == fparticleKinECmd)
1036 ed <<
"WARNING[" << fparticleKinECmd->GetCommandPath()
1037 <<
"] : Current quantity is not set. Set or touch a quantity first.";
1041 else if(command == fparticleCmd)
1049 ed <<
"WARNING[" << fparticleCmd->GetCommandPath()
1050 <<
"] : Current quantity is not set. Set or touch a quantity first.";