Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/management/src/G4IonTable.cc

    r1196 r1315  
    2525//
    2626//
    27 // $Id: G4IonTable.cc,v 1.60 2009/09/23 12:13:48 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4IonTable.cc,v 1.61 2010/05/20 01:01:07 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    110110#ifdef G4VERBOSE
    111111    if (GetVerboseLevel()>1) {
    112       G4cout << "G4IonTable::CreateIon() : can not create ion of  ";
    113       G4cout << " Z =" << Z << "  A = " << A <<  G4endl;
    114       G4cout << " because the current state is PreInit !!" <<   G4endl;
     112      G4cerr << "G4IonTable::CreateIon() : can not create ion of  "
     113             << " Z =" << Z << "  A = " << A
     114             << " because the current state is PreInit !!" <<   G4endl;
    115115    }
    116116#endif
     
    125125#ifdef G4VERBOSE
    126126    if (GetVerboseLevel()>0) {
    127       G4cout << "G4IonTable::CreateIon() : can not create ions " << G4endl;
    128       G4cout << " Z =" << Z << "  A = " << A <<  G4endl;
     127      G4cerr << "G4IonTable::CreateIon() : can not create ions "
     128            << " Z =" << Z << "  A = " << A <<  G4endl;
    129129    }
    130130#endif
     
    196196#ifdef G4VERBOSE
    197197    if (GetVerboseLevel()>1) {
    198       G4cout << "G4IonTable::CreateIon() : can not create ion of  ";
    199       G4cout << " Z =" << Z << "  A = " << A <<  " L = " <<L << G4endl;
    200       G4cout << " because the current state is PreInit !!" <<   G4endl;
     198      G4cerr << "G4IonTable::CreateIon() : can not create ion of  "
     199             << " Z =" << Z << "  A = " << A <<  " L = " <<L
     200            << " because the current state is PreInit !!" <<   G4endl;
    201201    }
    202202#endif
     
    211211#ifdef G4VERBOSE
    212212    if (GetVerboseLevel()>0) {
    213       G4cout << "G4IonTable::CreateIon() : can not create ions " << G4endl;
    214       G4cout << " Z =" << Z << "  A = " << A << "  L = " << L <<  G4endl;
     213      G4cerr << "G4IonTable::CreateIon() : can not create ions "
     214            << " Z =" << Z << "  A = " << A << "  L = " << L <<  G4endl;
    215215    }
    216216#endif
     
    277277#ifdef G4VERBOSE
    278278    if (GetVerboseLevel()>0) {
    279       G4cout << "G4IonTable::GetIon() : illegal encoding" << G4endl;
    280       G4cout << " CODE:" << encoding << G4endl;
     279      G4cerr << "G4IonTable::GetIon() : illegal encoding"
     280            << " CODE:" << encoding << G4endl;
    281281    }
    282282#endif
     
    295295#ifdef G4VERBOSE
    296296    if (GetVerboseLevel()>0) {
    297       G4cout << "G4IonTable::GetIon() : illegal atomic number/mass" << G4endl;
    298       G4cout << " Z =" << Z << "  A = " << A <<  "  E = " << E/keV << G4endl;
     297      G4cerr << "G4IonTable::GetIon() : illegal atomic number/mass"
     298            << " Z =" << Z << "  A = " << A <<  "  E = " << E/keV << G4endl;
    299299    }
    300300#endif
     
    321321#ifdef G4VERBOSE
    322322    if (GetVerboseLevel()>0) {
    323       G4cout << "G4IonTable::GetIon() : illegal atomic number/mass" << G4endl;
    324       G4cout << " Z =" << Z << "  A = " << A << " L = " << L
     323      G4cerr << "G4IonTable::GetIon() : illegal atomic number/mass"
     324            << " Z =" << Z << "  A = " << A << " L = " << L
    325325             <<"  E = " << E/keV << G4endl;
    326326    }
     
    330330#ifdef G4VERBOSE
    331331    if (GetVerboseLevel()>0) {
    332       G4cout << "G4IonTable::GetIon() : No boud state for " << G4endl;
    333       G4cout << " Z =" << Z << "  A = " << A << " L = " << L
     332      G4cerr << "G4IonTable::GetIon() : No boud state for "
     333            << " Z =" << Z << "  A = " << A << " L = " << L
    334334             <<  "  E = " << E/keV << G4endl;
    335335    }
     
    357357#ifdef G4VERBOSE
    358358    if (GetVerboseLevel()>0) {
    359       G4cout << "G4IonTable::FindIon() : illegal atomic number/mass or excitation level " << G4endl;
    360       G4cout << " Z =" << Z << "  A = " << A <<  "  E = " << E/keV << G4endl;
     359      G4cerr << "G4IonTable::FindIon() : illegal atomic number/mass or excitation level "
     360            << " Z =" << Z << "  A = " << A <<  "  E = " << E/keV << G4endl;
    361361    }
    362362#endif
     
    403403#ifdef G4VERBOSE
    404404    if (GetVerboseLevel()>0) {
    405       G4cout << "G4IonTable::FindIon() : illegal atomic number/mass or excitation level " << G4endl;
    406       G4cout << " Z =" << Z << "  A = " << A << " L = " << L
     405      G4cerr << "G4IonTable::FindIon() : illegal atomic number/mass or excitation level "
     406            << " Z =" << Z << "  A = " << A << " L = " << L
    407407             <<"  E = " << E/keV << G4endl;
    408408    }   
     
    671671#ifdef G4VERBOSE
    672672    if (GetVerboseLevel()>0) {
    673       G4cout << "G4IonTable::GetNucleusMass() : illegal atomic number/mass " << G4endl;
    674       G4cout << " Z =" << Z << "  A = " << A  << G4endl;
     673      G4cerr << "G4IonTable::GetNucleusMass() : illegal atomic number/mass "
     674            << " Z =" << Z << "  A = " << A  << G4endl;
    675675    }
    676676#endif
     
    742742#ifdef G4VERBOSE
    743743    if (GetVerboseLevel()>1) {
    744       G4cout << "G4IonTable::Remove :" << particle->GetParticleName() ;
    745       G4cout << " is not ions" << G4endl;
     744      G4cerr << "G4IonTable::Remove :" << particle->GetParticleName()
     745            << " is not ions" << G4endl;
    746746    }
    747747#endif
     
    912912#ifdef G4VERBOSE
    913913  if (GetVerboseLevel()>1){
    914     G4cout << " G4IonTable::GetParticle";
    915     G4cout << " invalid index (=" << index << ")"
     914    G4cerr << " G4IonTable::GetParticle"
     915          << " invalid index (=" << index << ")"
    916916           << " entries = " << Entries() << G4endl;
    917917  }
Note: See TracChangeset for help on using the changeset viewer.