Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/incl/include/G4InclAblaLightIonInterface.hh

    r819 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4InclAblaLightIonInterface.hh,v 1.5 2007/10/31 10:44:22 miheikki Exp $
     26// $Id: G4InclAblaLightIonInterface.hh,v 1.7 2010/10/26 02:47:59 kaitanie Exp $
    2727// Translation of INCL4.2/ABLA V3
    2828// Pekka Kaitaniemi, HIP (translation)
     
    4646#define G4INCLABLALIGHTIONINTERFACE_H 1
    4747
    48 #include "G4Nucleon.hh"
    49 #include "G4Nucleus.hh"
    50 #include "G4HadronicInteraction.hh"
    5148#include "G4VIntraNuclearTransportModel.hh"
    5249#include "G4KineticTrackVector.hh"
     
    108105  G4Hazard *hazard; // The random seeds used by INCL.
    109106  G4VarNtp *varntp;
    110   G4Calincl *calincl;
     107  G4InclInput *calincl;
    111108  G4Ws *ws;
    112109  G4Mat *mat;
     
    119116  G4double previousTargetA;
    120117  G4double previousTargetZ;
     118  G4bool useProjectileSpectator;
     119  G4bool useFermiBreakup;
    121120};
    122121
Note: See TracChangeset for help on using the changeset viewer.