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/handler/include/G4ExcitationHandler.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4ExcitationHandler.hh,v 1.7 2006/08/19 19:55:59 dennis Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4ExcitationHandler.hh,v 1.8 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 (May 1998)
     32//
     33// Modif (03 September 2008) by J. M. Quesada for external choice of inverse
     34// cross section option
     35//
    3236// Modif (30 June 1998) by V. Lara:
    3337//      -Using G4ParticleTable and therefore G4IonTable
     
    3842//              MultiFragmentation: G4DummyMF (a dummy one)
    3943//              Fermi Breakup model: G4StatFermiBreakUp
    40 
     44//
     45// Modif (03 September 2008) by J. M. Quesada for external choice of inverse
     46// cross section option
     47// JMQ (06 September 2008) Also external choices have been added for
     48// superimposed Coulomb barrier (if useSICBis set true, by default is false)
    4149
    4250#ifndef G4ExcitationHandler_h
     
    9199  void SetMinEForMultiFrag(G4double anE);
    92100
     101// for inverse cross section choice
     102  inline void SetOPTxs(G4int opt) { OPTxs = opt;}
     103// for superimposed Coulomb Barrir for inverse cross sections
     104  inline void UseSICB(){useSICB=true;}
     105
    93106private:
    94107
     
    131144  G4bool MyOwnFermiBreakUpClass;
    132145  G4bool MyOwnPhotonEvaporationClass;
     146
     147  G4int OPTxs;
     148  G4bool useSICB;
    133149
    134150  struct DeleteFragment
Note: See TracChangeset for help on using the changeset viewer.