Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/qmd/include/G4QMDReaction.hh

    r962 r1055  
    2828//
    2929//
    30 //      File name:    G4QMDReaction.hh
     30//      File name: G4QMDReaction.hh
    3131//
    3232//      Author: Koi, Tatsumi (tkoi@slac.stanford.edu)       
     
    3737// 081107 Add UnUseGEM (then use the default channel of G4Evaporation)
    3838//            UseFrag (chage criterion of a inelastic reaction)
     39// 090331 Change member shenXS and genspaXS object to pointer
    3940//
    4041
     
    7071      void UseFRAG(){ frag = true; };
    7172
     73      void EnableFermiG(){ heg = true; setHighEnergyModel(); };
     74
    7275   private:
    7376
    7477      void setEvaporationCh();
     78      void setHighEnergyModel();
    7579
    7680      G4QMDMeanField* meanField;
     
    107111      G4double coulomb_collision_pz_targ;
    108112
    109       G4IonsShenCrossSection shenXS;
    110       G4IonsShenCrossSection genspaXS;
     113//090331
     114      G4IonsShenCrossSection* shenXS;
     115      G4GeneralSpaceNNCrossSection* genspaXS;
    111116
    112117      G4bool gem;
    113118      G4bool frag;
     119      G4bool heg;
    114120
    115121};
Note: See TracChangeset for help on using the changeset viewer.