Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/radioactive_decay/src/G4RIsotopeTable.cc

    r819 r962  
    115115    if(fIsotopeNameList[i] == fname) j = i;}
    116116  if (j >=0) {
    117     if (GetVerboseLevel()>0) {
     117    if (GetVerboseLevel()>1) {
    118118    G4cout <<"G4RIsotopeTable::GetIsotope No. : ";
    119119    G4cout <<j<<G4endl;   
     
    144144    fname = GetIsotopeName(Z, A, E);
    145145    fIsotopeNameList.push_back(fname);
    146     if (GetVerboseLevel()>0) {
     146    if (GetVerboseLevel()>1) {
    147147      G4cout <<"G4RIsotopeTable::GetIsotope create: ";
    148148      G4cout <<fname <<G4endl; 
     
    160160  os <<"A"<< A << "Z" << Z <<'[' << std::setprecision(1) << E/keV << ']';
    161161  G4String name = os.str();
    162   if (GetVerboseLevel()>0) {
    163     G4cerr <<"G4RIsotopeTable::GetIsotope Name: ";
    164     G4cerr <<name <<G4endl;   
     162  if (GetVerboseLevel()>1) {
     163    G4cout <<"G4RIsotopeTable::GetIsotope Name: ";
     164    G4cout <<name <<G4endl;   
    165165  }
    166166  return name;
     
    186186  if (!DecaySchemeFile )
    187187  {
    188     if (GetVerboseLevel()>0) {
     188    if (GetVerboseLevel()>1) {
    189189      G4cout <<"G4RIsotopeTable::GetMeanLife() : "
    190190             <<"cannot find ion radioactive decay file: "
     
    230230    if (!found && aE )
    231231      {
    232         if (GetVerboseLevel()>0) {
     232        if (GetVerboseLevel()>1) {
    233233          G4cout <<"G4RIsotopeTable::GetMeanLife() : ";
    234234          G4cout <<"cannot find ion of required excitation E = " << aE << G4endl;
     
    241241    if (!found && !aE )
    242242      {
    243         if (GetVerboseLevel()>0) {
     243        if (GetVerboseLevel()>1) {
    244244          G4cout <<"G4RIsotopeTable::GetMeanLife() : ";
    245245          G4cout <<"cannot find ion of required excitation E = " << aE << G4endl;
     
    251251    DecaySchemeFile.close();
    252252  }
    253   if (GetVerboseLevel()>0) {
     253  if (GetVerboseLevel()>1) {
    254254    G4cout <<"G4RIsotopeTable::GetMeanLifeTime: ";
    255255    G4cout <<lifetime << " for " << GetIsotopeName(Z, A, aE) <<G4endl;   
Note: See TracChangeset for help on using the changeset viewer.