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/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectricModel.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PenelopePhotoElectricModel.cc,v 1.10 2009/10/23 09:29:24 pandola Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4PenelopePhotoElectricModel.cc,v 1.12 2010/03/26 09:32:50 pandola Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// Author: Luciano Pandola
     
    4646// 21 Oct 2009   L Pandola    Remove un-necessary fUseAtomicDeexcitation flag - now managed by
    4747//                            G4VEmModel::DeexcitationFlag()
     48// 15 Mar 2010   L Pandola    Explicitely initialize Auger to false
    4849//
    4950
     
    7576  SetHighEnergyLimit(fIntrinsicHighEnergyLimit);
    7677  //
    77   //by default the model will inkove the atomic deexcitation
    78   SetDeexcitationFlag(true); 
    79 
    8078  verboseLevel= 0;
    8179  // Verbosity scale:
     
    8583  // 3 = calculation of cross sections, file openings, sampling of atoms
    8684  // 4 = entering in methods
     85
     86  //by default the model will inkove the atomic deexcitation
     87  SetDeexcitationFlag(true); 
     88  ActivateAuger(false);
    8789}
    8890
     
    252254  // In such cases do not generate secondaries
    253255  if (eKineticEnergy > 0.)
    254     {
    255       //Now check if the electron is above cuts: if so, it is created explicitely
    256       //VI: checking cut here provides inconsistency in testing
    257       //      if (eKineticEnergy > cutE)
     256    {   
    258257      // The electron is created
    259258      // Direction sampled from the Sauter distribution
     
    271270      fvect->push_back(electron);
    272271    }
    273   //  else
    274   //  {
    275   //    localEnergyDeposit += eKineticEnergy;   
    276   //    eKineticEnergy = 0;
    277   //  }
    278   //  }
    279272  else
    280273    {
Note: See TracChangeset for help on using the changeset viewer.