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/tracking/include/G4SteppingManager.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4SteppingManager.hh,v 1.31 2007/10/09 03:51:06 tsasaki Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4SteppingManager.hh,v 1.32 2010/10/06 13:17:15 kurasige Exp $
     28// GEANT4 tag $Name: tracking-V09-03-08 $
    2929//
    3030//---------------------------------------------------------------
     
    113113// Get/Set functions
    114114
    115    G4TrackVector* GetSecondary() const;
     115   const G4TrackVector* GetSecondary() const;
    116116   void SetUserAction(G4UserSteppingAction* apAction);
    117117   G4Track* GetTrack() const;
     
    459459  }
    460460
    461   inline G4TrackVector* G4SteppingManager::GetSecondary() const {
     461  inline const G4TrackVector* G4SteppingManager::GetSecondary() const {
    462462    return fStep->GetSecondary();
    463463  }
Note: See TracChangeset for help on using the changeset viewer.