Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -52,10 +52,6 @@ G4DrawVoxels::G4DrawVoxels()
|
||||
fBoundingBoxVisAttributes.SetColour(G4Colour(.3,0.,.2));
|
||||
}
|
||||
|
||||
// Destructor
|
||||
//
|
||||
G4DrawVoxels::~G4DrawVoxels() = default;
|
||||
|
||||
// Methods that allow changing colors of the drawing
|
||||
//
|
||||
void G4DrawVoxels::SetVoxelsVisAttributes(G4VisAttributes& VA_voxelX,
|
||||
|
||||
@@ -38,19 +38,6 @@
|
||||
#include "G4ErrorPlaneSurfaceTarget.hh"
|
||||
#include "G4ErrorCylSurfaceTarget.hh"
|
||||
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
G4ErrorPropagationNavigator::G4ErrorPropagationNavigator()
|
||||
{
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
G4ErrorPropagationNavigator::~G4ErrorPropagationNavigator() = default;
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
G4double G4ErrorPropagationNavigator::
|
||||
ComputeStep ( const G4ThreeVector &pGlobalPoint,
|
||||
const G4ThreeVector &pDirection,
|
||||
|
||||
@@ -40,15 +40,6 @@
|
||||
|
||||
#include <list>
|
||||
|
||||
//------------------------------------------------------------------
|
||||
G4PartialPhantomParameterisation::G4PartialPhantomParameterisation()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
//------------------------------------------------------------------
|
||||
G4PartialPhantomParameterisation::~G4PartialPhantomParameterisation() = default;
|
||||
|
||||
//------------------------------------------------------------------
|
||||
void G4PartialPhantomParameterisation::
|
||||
ComputeTransformation( const G4int copyNo, G4VPhysicalVolume *physVol ) const
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
// class G4ReplicaNavigation Implementation
|
||||
//
|
||||
// Author: P.Kent, 1996
|
||||
//
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
#include "G4ReplicaNavigation.hh"
|
||||
@@ -61,12 +60,6 @@ G4ReplicaNavigation::G4ReplicaNavigation()
|
||||
fMinStep = 0.05*kCarTolerance;
|
||||
}
|
||||
|
||||
// ********************************************************************
|
||||
// Destructor
|
||||
// ********************************************************************
|
||||
//
|
||||
G4ReplicaNavigation::~G4ReplicaNavigation() = default;
|
||||
|
||||
// ********************************************************************
|
||||
// Inside
|
||||
// ********************************************************************
|
||||
|
||||
@@ -84,6 +84,8 @@ G4TransportationManager::G4TransportationManager()
|
||||
fFieldManager = new G4FieldManager(); // deleted by G4FieldManagerStore
|
||||
fPropagatorInField= new G4PropagatorInField(trackingNavigator,fFieldManager);
|
||||
fSafetyHelper = new G4SafetyHelper();
|
||||
|
||||
G4FieldManager::SetGlobalFieldManager(fFieldManager);
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -130,6 +132,7 @@ G4TransportationManager* G4TransportationManager::GetInstanceIfExist()
|
||||
void G4TransportationManager::SetFieldManager(G4FieldManager* newFieldManager)
|
||||
{
|
||||
fFieldManager = newFieldManager;
|
||||
G4FieldManager::SetGlobalFieldManager(fFieldManager);
|
||||
|
||||
// Message the PropagatorInField,
|
||||
// which also maintains this information (to be reviewed)
|
||||
|
||||
Reference in New Issue
Block a user