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/track/include/G4Track.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4Track.hh,v 1.19 2008/10/24 08:22:20 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4Track.hh,v 1.22 2010/08/11 17:11:54 kurasige Exp $
     28// GEANT4 tag $Name: track-V09-03-09 $
    2929//
    3030//
     
    5858#include "G4TouchableHandle.hh"       // Include from 'geometry'
    5959#include "G4VUserTrackInformation.hh"
     60
     61#include "G4PhysicsLogVector.hh"
    6062
    6163#include "G4Material.hh"
     
    116118
    117119  // particle definition
     120    const G4ParticleDefinition* GetParticleDefinition() const;
     121   //  following method of GetDefinition remains
     122   //  because of backward compatiblity. It will be removed in future
    118123   G4ParticleDefinition* GetDefinition() const;
    119124
     
    235240   private:
    236241//---------
     242  // prepare velocity table
     243  void PrepareVelocityTable();
    237244
    238245// Member data
     
    277284   
    278285   G4VUserTrackInformation* fpUserInformation;
     286
     287   mutable G4Material*               prev_mat;
     288   mutable G4MaterialPropertyVector* groupvel;
     289   mutable G4double                  prev_velocity;
     290   mutable G4double                  prev_momentum;
     291
     292   static G4PhysicsLogVector* velTable;
     293   static const G4double maxT;
     294   static const G4double minT;
     295   G4bool              is_OpticalPhoton;
    279296};
    280 #include "G4Step.hh"
     297
    281298#include "G4Track.icc"
    282299
Note: See TracChangeset for help on using the changeset viewer.