Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

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

    r1196 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4Incl.hh,v 1.15 2009/11/18 10:43:14 kaitanie Exp $
     26// $Id: G4Incl.hh,v 1.16 2010/04/27 16:02:37 kaitanie Exp $
    2727// Translation of INCL4.2/ABLA V3
    2828// Pekka Kaitaniemi, HIP (translation)
     
    637637  G4double w(G4double a, G4double b, G4double c, G4double d);
    638638  G4int idnint(G4double a);
     639
     640  void print_log_start_step();
     641  void print_log_end_step();
     642  void print_log_entry(G4int iavatars, G4int iselected, G4int iparticles, G4int imin);
     643  void print_avatars();
     644  void print_one_avatar(G4int index);
     645  void print_one_particle(G4int index);
     646  void print_three_vector(G4double x, G4double y, G4double z);
     647  void print_map();
     648
    639649   private:
    640650
     
    819829  G4Abla *abla;
    820830  G4InclRandomInterface *randomGenerator;
     831
     832  G4int inside_step; // Flag to determine whether we are inside or outside a simulation step
    821833};
    822834
Note: See TracChangeset for help on using the changeset viewer.