Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2023-09-04 Gabriele Cosmo (tracking-V11-01-02)
|
||||
- Removed references to G4TouchableHistoryHandle, which is now deprecated.
|
||||
|
||||
## 2023-02-08 Ben Morgan (tracking V11-01-01)
|
||||
- Apply standard and extended set of clang-tidy/format fixes
|
||||
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
#include "G4StepPoint.hh" // Include from 'tracking'
|
||||
#include "G4StepStatus.hh" // Include from 'tracking'
|
||||
#include "G4TouchableHandle.hh" // Include from 'geometry'
|
||||
#include "G4TouchableHistoryHandle.hh" // Include from 'geometry'
|
||||
#include "G4Track.hh" // Include from 'tracking'
|
||||
#include "G4TrackStatus.hh" // Include from 'tracking'
|
||||
#include "G4TrackVector.hh" // Include from 'tracking'
|
||||
|
||||
@@ -61,7 +61,6 @@ geant4_module_link_libraries(G4tracking
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4volumes
|
||||
PRIVATE
|
||||
G4detector
|
||||
G4graphics_reps)
|
||||
|
||||
Reference in New Issue
Block a user