Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

Location:
trunk/source/processes/hadronic/models/de_excitation/management
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationChannel.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4VEvaporationChannel.hh,v 1.3 2006/06/29 20:23:51 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VEvaporationChannel.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)
    3232//
     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 useSICB is set true, by default is false)
     37
    3338
    3439
     
    6671  void SetName(const G4String & aName) { Name = aName;}
    6772
     73  // for cross section selection
     74  inline void SetOPTxs(G4int opt) { OPTxs = opt; }
     75  // for superimposed Coulomb Barrier for inverse cross sections       
     76  inline void UseSICB(G4bool use) { useSICB = use; }   
     77protected:
     78  G4int OPTxs;
     79  G4bool useSICB;
     80
     81
    6882private:
    6983  G4String Name;
  • trunk/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationFactory.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4VEvaporationFactory.hh,v 1.3 2006/06/29 20:23:53 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VEvaporationFactory.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
  • trunk/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationChannel.cc

    r819 r962  
    2626//
    2727// $Id: G4VEvaporationChannel.cc,v 1.5 2006/06/29 20:23:55 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationFactory.cc

    r819 r962  
    2525//
    2626//
    27 // $Id: G4VEvaporationFactory.cc,v 1.5 2006/06/29 20:23:57 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VEvaporationFactory.cc,v 1.6 2008/09/19 13:32:54 ahoward Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
Note: See TracChangeset for help on using the changeset viewer.