Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/src/G4AtomicDeexcitation.cc

    r1337 r1347  
    2626//
    2727// $Id: G4AtomicDeexcitation.cc,v 1.11
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it)
     
    5959
    6060  std::vector<G4DynamicParticle*>* vectorOfParticles;
    61  
    6261  vectorOfParticles = new std::vector<G4DynamicParticle*>;
     62
    6363  G4DynamicParticle* aParticle;
    6464  G4int provShellId = 0;
     
    113113  // Look this in a particular way: only one auger emitted! // ????
    114114  while (provShellId > -2);
    115  
     115
     116  // debug 
     117  // if (vectorOfParticles->size() > 0) {
     118  //   G4cout << " DEEXCITATION!" << G4endl;
     119  // }
     120
    116121  return vectorOfParticles;
    117122}
Note: See TracChangeset for help on using the changeset viewer.