Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -42,11 +42,11 @@ class F04StepMax;
|
||||
class F04PhysicsList : public G4VModularPhysicsList
|
||||
{
|
||||
public:
|
||||
F04PhysicsList(G4String);
|
||||
F04PhysicsList(const G4String&);
|
||||
~F04PhysicsList() override;
|
||||
|
||||
void SetStepMax(G4double);
|
||||
F04StepMax* GetStepMaxProcess();
|
||||
F04StepMax* GetStepMaxProcess() const;
|
||||
void AddStepMax();
|
||||
/*
|
||||
/// Remove specific physics from physics list.
|
||||
|
||||
@@ -50,7 +50,7 @@ class F04StepMax : public G4VDiscreteProcess
|
||||
|
||||
void SetStepMax(G4double);
|
||||
|
||||
G4double GetStepMax() { return fMaxChargedStep; };
|
||||
G4double GetStepMax() { return fMaxChargedStep; }
|
||||
|
||||
G4double PostStepGetPhysicalInteractionLength(const G4Track&, G4double,
|
||||
G4ForceCondition*) override;
|
||||
|
||||
@@ -39,6 +39,8 @@ class F04SteppingVerbose : public G4SteppingVerbose
|
||||
F04SteppingVerbose();
|
||||
~F04SteppingVerbose() override = default;
|
||||
|
||||
G4VSteppingVerbose* Clone() override { return new F04SteppingVerbose; }
|
||||
|
||||
void StepInfo() override;
|
||||
void TrackingStarted() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user