66     theParticleTable = pTable;
 
   71   thisDirectory->
SetGuidance(
"Particle control commands.");
 
   83   listCmd->
SetGuidance(
" all(default)/lepton/baryon/meson/nucleus/quarks");
 
   86   listCmd->
SetCandidates(
"all lepton baryon meson nucleus quarks");
 
  103   verboseCmd->
SetGuidance(
"Set Verbose level of particle table.");
 
  105   verboseCmd->
SetGuidance(
" 1 : Display warning messages");
 
  109   verboseCmd->
SetRange(
"verbose_level >=0");
 
  120   delete fParticlePropertyMessenger;
 
  128   delete thisDirectory;
 
  134   if( command==listCmd ){
 
  144     if ((counter++)%4 == 3) {
 
  152     if (counter == 0) 
G4cout << newValues << 
" is not found " << 
G4endl;
 
  164   } 
else if( command==selectCmd ){
 
  166     currentParticle = theParticleTable->
FindParticle(newValues);
 
  167     if(currentParticle == 0) {
 
  168       G4cout << 
"Unknown particle [" << newValues << 
"]. Command ignored." << 
G4endl;
 
  171   } 
else if( command==findCmd ){
 
  175       G4cout << 
"Unknown particle [" << newValues << 
"]. Command ignored." << 
G4endl;
 
  181   } 
else if( command==createAllCmd ) {
 
  185   } 
else if( command==verboseCmd ) {
 
  193   if( command==selectCmd ){
 
  207     if(currentParticle == 0) {
 
  213   } 
else if( command==verboseCmd ){