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/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.icc

    r819 r962  
    2525//
    2626//
    27 // $Id: G4VPreCompoundFragment.icc,v 1.4 2006/08/20 01:07:40 dennis Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VPreCompoundFragment.icc,v 1.7 2008/09/22 10:18:36 ahoward Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// by V. Lara
    31 
     31//
     32// Modif (03 September 2008) by J. M. Quesada for external choice of inverse
     33// cross section option
     34// JMQ (06 September 2008) Also external choice has been added for:
     35//                      - superimposed Coulomb barrier (if useSICB=true)
    3236
    3337inline G4double G4VPreCompoundFragment::GetA() const
     
    137141}
    138142
     143//for inverse cross section choice
     144inline void G4VPreCompoundFragment::SetOPTxs(G4int opt)
     145{
     146  OPTxs=opt;
     147  return;
     148}
     149
     150//for superimposed Coulomb Barrier for inverse cross sections
     151inline void G4VPreCompoundFragment::UseSICB(G4bool use)
     152{
     153  useSICB=use;
     154  return;
     155}
Note: See TracChangeset for help on using the changeset viewer.