Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FastTrack.cc,v 1.6 2001/10/26 14:43:37 mverderi Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4FastTrack.cc,v 1.7 2003/11/10 08:57:22 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
//---------------------------------------------------------------
//
@@ -40,6 +40,7 @@
#include "G4ios.hh"
#include "G4FastTrack.hh"
#include "G4TransportationManager.hh"
#include "G4TouchableHistoryHandle.hh"
// -----------
// Constructor
@@ -122,8 +123,8 @@ G4FastTrack::FRecordsAffineTransformation(const G4Navigator* theNavigator)
G4TransportationManager::GetTransportationManager()->
GetNavigatorForTracking();
G4TouchableHistory *history =
NavigatorToUse->CreateTouchableHistory();
G4TouchableHistoryHandle history =
NavigatorToUse->CreateTouchableHistoryHandle();
//-----------------------------------------------------
// Run accross the hierarchy to find the physical volume
@@ -157,12 +158,4 @@ G4FastTrack::FRecordsAffineTransformation(const G4Navigator* theNavigator)
fAffineTransformationDefined = true;
}
//------------------------------------------------------
// Delete the TouchableHistory created by the Navigator:
//------------------------------------------------------
delete history;
history = 0;
}