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/cascade/cascade/include/G4CascadParticle.hh

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4CascadParticle.hh,v 1.15 2010/06/25 09:41:50 gunter Exp $
    27 // Geant4 tag: $Name: geant4-09-04-beta-01 $
     26// $Id: G4CascadParticle.hh,v 1.16 2010/09/16 05:21:00 mkelsey Exp $
     27// Geant4 tag: $Name: hadr-casc-V09-03-85 $
    2828//
    2929// 20100112  M. Kelsey -- Remove G4CascadeMomentum, use G4LorentzVector directly
    3030// 20100126  M. Kelsey -- Replace vector<G4Double> position with G4ThreeVector,
    3131//              move ::print() to .cc file, fix uninitialized data members
     32// 20100915  M. Kelsey -- Make getGeneration() const
    3233
    3334#ifndef G4CASCAD_PARTICLE_HH
     
    123124  void print() const;
    124125
    125   G4int getGeneration() {
     126  G4int getGeneration() const {
    126127    return generation;
    127128  }
Note: See TracChangeset for help on using the changeset viewer.