Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -47,13 +47,10 @@ class ActionInitialization : public G4VUserActionInitialization
|
||||
|
||||
void BuildForMaster() const override;
|
||||
void Build() const override;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3b
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
#include "globals.hh"
|
||||
|
||||
class G4VPhysicalVolume;
|
||||
class G4LogicalVolume;
|
||||
|
||||
namespace B3
|
||||
{
|
||||
@@ -60,9 +59,8 @@ class DetectorConstruction : public G4VUserDetectorConstruction
|
||||
G4bool fCheckOverlaps = true;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,18 +42,17 @@ namespace B3
|
||||
/// - G4RadioactiveDecayPhysics
|
||||
/// - G4EmStandardPhysics
|
||||
|
||||
class PhysicsList: public G4VModularPhysicsList
|
||||
class PhysicsList : public G4VModularPhysicsList
|
||||
{
|
||||
public:
|
||||
PhysicsList();
|
||||
~PhysicsList() override = default;
|
||||
public:
|
||||
PhysicsList();
|
||||
~PhysicsList() override = default;
|
||||
|
||||
void SetCuts() override;
|
||||
void SetCuts() override;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#define B3PrimaryGeneratorAction_h 1
|
||||
|
||||
#include "G4VUserPrimaryGeneratorAction.hh"
|
||||
#include "G4ParticleGun.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
class G4ParticleGun;
|
||||
@@ -60,7 +59,7 @@ class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
G4ParticleGun* fParticleGun = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
|
||||
@@ -31,8 +31,9 @@
|
||||
#define B3bRun_h 1
|
||||
|
||||
#include "G4Run.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
#include "G4StatAnalysis.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
namespace B3b
|
||||
{
|
||||
@@ -53,7 +54,7 @@ class Run : public G4Run
|
||||
|
||||
public:
|
||||
G4int GetNbGoodEvents() const { return fGoodEvents; }
|
||||
G4double GetSumDose() const { return fSumDose; }
|
||||
G4double GetSumDose() const { return fSumDose; }
|
||||
G4StatAnalysis GetStatDose() const { return fStatDose; }
|
||||
|
||||
private:
|
||||
@@ -65,10 +66,8 @@ class Run : public G4Run
|
||||
G4StatAnalysis fStatDose;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3b
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#define B3bRunAction_h 1
|
||||
|
||||
#include "G4UserRunAction.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
class G4Run;
|
||||
|
||||
@@ -48,12 +47,11 @@ class RunAction : public G4UserRunAction
|
||||
|
||||
G4Run* GenerateRun() override;
|
||||
void BeginOfRunAction(const G4Run*) override;
|
||||
void EndOfRunAction(const G4Run*) override;
|
||||
void EndOfRunAction(const G4Run*) override;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3b
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
#define B3StackingAction_h 1
|
||||
|
||||
#include "G4UserStackingAction.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
#include "G4ClassificationOfNewTrack.hh"
|
||||
|
||||
namespace B3
|
||||
{
|
||||
@@ -50,9 +51,8 @@ class StackingAction : public G4UserStackingAction
|
||||
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track*) override;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace B3
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user