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/G4PreCompoundFragmentVector.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4PreCompoundFragmentVector.hh,v 1.3 2006/06/29 20:58:18 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4PreCompoundFragmentVector.hh,v 1.6 2009/02/10 16:01:37 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Hadronic Process: Nuclear Preequilibrium
    31 // by V. Lara
     31// by V. Lara
     32//
     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 choice has been added for:
     36//                      - superimposed Coulomb barrier (if useSICB=true)
    3237
    3338#ifndef G4PreCompoundFragmentVector_h
    3439#define G4PreCompoundFragmentVector_h 1
    3540
    36 
    3741#include "G4VPreCompoundFragment.hh"
    38 
    39 
    4042
    4143class G4PreCompoundFragmentVector
     
    6971  G4double TotalEmissionProbability;
    7072
     73//for inverse cross section choice
     74public:
     75  inline void SetOPTxs(G4int);
     76  //for superimposed CoulomBarrier for inverse cross sections
     77  inline void UseSICB(G4bool);
     78
     79
    7180};
    7281
Note: See TracChangeset for help on using the changeset viewer.