Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -32,11 +32,8 @@
#define G4ChannelingFastSimModel_h 1
#include "G4VFastSimulationModel.hh"
#include "G4Step.hh"
#include "G4TouchableHandle.hh"
#include <vector>
#include <CLHEP/Units/SystemOfUnits.h>
#include <CLHEP/Units/PhysicalConstants.h>
#include "globals.hh"
#include "G4ios.hh"
#include "G4ChannelingFastSimCrystalData.hh"
#include <unordered_map>
@@ -57,7 +54,7 @@ public:
// Constructor, destructor
G4ChannelingFastSimModel (const G4String&, G4Region*);
G4ChannelingFastSimModel (const G4String&);
~G4ChannelingFastSimModel ();
~G4ChannelingFastSimModel () = default;
/// -- IsApplicable
G4bool IsApplicable(const G4ParticleDefinition&) override;