Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -37,34 +37,30 @@
#ifndef G4ErrorMagFieldLimitProcess_h
#define G4ErrorMagFieldLimitProcess_h 1
#include "G4ios.hh"
#include "G4ios.hh"
#include "globals.hh"
#include "G4VDiscreteProcess.hh"
#include "G4PhysicsTable.hh"
#include "G4PhysicsLogVector.hh"
#include "G4ElementTable.hh"
#include "G4Gamma.hh"
#include "G4Gamma.hh"
#include "G4Electron.hh"
#include "G4Step.hh"
#include "G4Step.hh"
#include "G4VErrorLimitProcess.hh"
//-----------------------------------------------------------------
class G4ErrorMagFieldLimitProcess : public G4VErrorLimitProcess
{
public: // with description
G4ErrorMagFieldLimitProcess(const G4String& processName
="G4ErrorMagFieldLimit");
G4ErrorMagFieldLimitProcess(
const G4String& processName = "G4ErrorMagFieldLimit");
~G4ErrorMagFieldLimitProcess();
virtual G4double
PostStepGetPhysicalInteractionLength(const G4Track& track,
G4double previousStepSize,
G4ForceCondition* condition);
// Returns the step length.
virtual G4double PostStepGetPhysicalInteractionLength(
const G4Track& track, G4double previousStepSize,
G4ForceCondition* condition);
// Returns the step length.
};
#endif