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

    r819 r962  
    2525//
    2626//
    27 // $Id: G4VPreCompoundFragment.hh,v 1.4 2006/08/20 01:07:28 dennis Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VPreCompoundFragment.hh,v 1.10 2009/02/10 16:01:37 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    30 // by V. Lara
     30// J. M. Quesada (August 2008). 
     31// Based  on previous work 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)
    3137
    3238#ifndef G4VPreCompoundFragment_h
     
    6066                         G4VCoulombBarrier * aCoulombBarrier,
    6167                         const G4String &  aName);
     68
    6269 
    6370  virtual ~G4VPreCompoundFragment();
     
    135142  inline void IncrementStage();
    136143
     144  //for inverse cross section choice
     145  inline void SetOPTxs(G4int);
     146  //for superimposed Coulomb Barrier for inverse cross sections
     147  inline void UseSICB(G4bool);
     148
     149
    137150
    138151  // =============
    139152  // Data members
    140153  // =============
     154
    141155
    142156private:
     
    145159 
    146160  G4double theZ;
     161private:
    147162 
    148163  G4double theRestNucleusA;
     
    155170 
    156171  G4double theBindingEnergy;
    157  
     172
    158173  G4double theMaximalKineticEnergy;
    159174 
     
    165180  G4String theFragmentName;
    166181
    167   G4int theStage;   
     182  G4int theStage;
     183
     184protected:
     185//for inverse cross section choice
     186  G4int OPTxs;
     187//for superimposed Coulomb Barrier for inverse cross sections
     188  G4bool useSICB;
    168189};
    169190
Note: See TracChangeset for help on using the changeset viewer.