Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -37,11 +37,9 @@
|
||||
#include "G4GPILSelection.hh"
|
||||
#include "G4GeometryTolerance.hh"
|
||||
#include "G4ParticleTable.hh"
|
||||
#include "G4Profiler.hh"
|
||||
#include "G4SteppingControl.hh"
|
||||
#include "G4SteppingVerbose.hh"
|
||||
#include "G4SteppingVerboseWithUnits.hh"
|
||||
#include "G4TiMemory.hh"
|
||||
#include "G4TransportationManager.hh"
|
||||
#include "G4UImanager.hh"
|
||||
#include "G4UserLimits.hh"
|
||||
@@ -122,10 +120,6 @@ G4SteppingManager::~G4SteppingManager()
|
||||
G4StepStatus G4SteppingManager::Stepping()
|
||||
//////////////////////////////////////////
|
||||
{
|
||||
#ifdef GEANT4_USE_TIMEMORY
|
||||
ProfilerConfig profiler{fStep};
|
||||
#endif
|
||||
|
||||
//--------
|
||||
// Prelude
|
||||
//--------
|
||||
|
||||
@@ -33,10 +33,8 @@
|
||||
|
||||
#include "G4TrackingManager.hh"
|
||||
|
||||
#include "G4Profiler.hh"
|
||||
#include "G4RichTrajectory.hh"
|
||||
#include "G4SmoothTrajectory.hh"
|
||||
#include "G4TiMemory.hh"
|
||||
#include "G4Trajectory.hh"
|
||||
#include "G4ios.hh"
|
||||
|
||||
@@ -90,10 +88,6 @@ void G4TrackingManager::ProcessOneTrack(G4Track* apValueG4Track)
|
||||
// we need this to scope the G4Track::ProfilerConfig b/t
|
||||
// the PreUserTrackingAction and PostUserTrackingAction
|
||||
{
|
||||
#if defined(GEANT4_USE_TIMEMORY)
|
||||
ProfilerConfig profiler{fpTrack};
|
||||
#endif
|
||||
|
||||
#ifdef G4_STORE_TRAJECTORY
|
||||
// Construct a trajectory if it is requested
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user