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/G4ParticleTable.cc

    r1196 r1315  
    2525//
    2626//
    27 // $Id: G4ParticleTable.cc,v 1.35 2009/08/17 14:52:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4ParticleTable.cc,v 1.36 2010/05/20 01:01:07 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030// class G4ParticleTable
     
    225225#ifdef G4VERBOSE
    226226    if (verboseLevel>0){
    227       G4cout << "The particle[Addr:" << particle << "] has no name "<< G4endl;
     227      G4cerr << "The particle[Addr:" << particle << "] has no name "<< G4endl;
    228228    }
    229229#endif
     
    235235#ifdef G4VERBOSE
    236236      if (verboseLevel>0){
    237         G4cout << "The particle " << particle->GetParticleName()
     237        G4cerr << "The particle " << particle->GetParticleName()
    238238               << "has been already registered in the Particle Table "<< G4endl;
    239239      }
     
    384384#ifdef G4VERBOSE
    385385  if (verboseLevel>1){
    386     G4cout << " G4ParticleTable::GetParticle";
    387     G4cout << " invalid index (=" << index << ")" << G4endl;
     386    G4cerr << " G4ParticleTable::GetParticle"
     387          << " invalid index (=" << index << ")" << G4endl;
    388388  }
    389389#endif
     
    407407#ifdef G4VERBOSE
    408408      if (verboseLevel>1){
    409         G4cout << "PDGEncoding  [" <<  aPDGEncoding << "] is not valid " << G4endl;
     409        G4cerr << "PDGEncoding  [" <<  aPDGEncoding << "] is not valid " << G4endl;
    410410      }
    411411#endif
     
    423423#ifdef G4VERBOSE
    424424    if ((particle == 0) && (verboseLevel>1) ){
    425       G4cout << "CODE:" << aPDGEncoding << " does not exist in ParticleTable " << G4endl;
     425      G4cerr << "CODE:" << aPDGEncoding << " does not exist in ParticleTable " << G4endl;
    426426    }
    427427#endif
     
    447447      ptr->DumpTable();
    448448    } else {
    449       G4cout << " G4ParticleTable::DumpTable : "
     449      G4cerr << " G4ParticleTable::DumpTable : "
    450450             << particle_name << " does not exist in ParticleTable " <<G4endl;
    451451    }
Note: See TracChangeset for help on using the changeset viewer.