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/de_excitation/evaporation/include/G4VEvaporation.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4VEvaporation.hh,v 1.3 2006/06/29 20:10:15 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VEvaporation.hh,v 1.4 2008/09/19 13:32:54 ahoward Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
    3131// by V. Lara (Oct 1998) written from G4Evaporation.hh (May 1998)
    3232//
    33 
     33// Modif (03 September 2008) by J. M. Quesada for external choice of inverse
     34// cross section option
     35// JMQ (06 September 2008) Also external choices have been added for
     36// superimposed Coulomb barrier (if useSICBis set true, by default is false)
    3437
    3538
     
    5659  virtual G4FragmentVector * BreakItUp(const G4Fragment &theNucleus) = 0;
    5760
     61  // for inverse cross section choice
     62  inline void SetOPTxs(G4int opt) { OPTxs = opt;}
     63  // for superimposed Coulomb Barrier for inverse cross sections       
     64  inline void UseSICB(G4bool use) { useSICB = use; }   
     65protected:
     66   G4int OPTxs;
     67   G4bool useSICB;
    5868
    5969};
Note: See TracChangeset for help on using the changeset viewer.