Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -52,8 +52,8 @@ class DetectorConstruction : public G4VUserDetectorConstruction
{
public:
DetectorConstruction();
~DetectorConstruction();
explicit DetectorConstruction();
virtual ~DetectorConstruction();
void SetAbsorberMaterial (const G4String&);
void SetAbsorberThickness(G4double);
@@ -67,8 +67,8 @@ public:
void SetMagField(G4double);
virtual G4VPhysicalVolume* Construct();
virtual void ConstructSDandField();
G4VPhysicalVolume* Construct() override;
void ConstructSDandField() override;
void PrintGeomParameters();
@@ -102,8 +102,6 @@ private:
G4double fWorldSizeX;
G4double fWorldSizeYZ;
G4bool fDefaultWorld;
G4Box* fSolidWorld;
G4LogicalVolume* fLogicWorld;
G4VPhysicalVolume* fPhysiWorld;
@@ -36,8 +36,7 @@
#include "globals.hh"
#include "g4root.hh"
//#include "g4xml.hh"
#include "G4AnalysisManager.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -49,38 +49,13 @@ class StackingAction : public G4UserStackingAction
void SetKillStatus(G4int value) { fKillSecondary = value;};
virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track*);
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track*) override;
private:
EventAction* fEventAction;
G4int fKillSecondary;
G4bool fKillSecondary = 0;
StackingMessenger* fStackMessenger;
G4int fPhotoGamma;
G4int fComptGamma;
G4int fPhotoAuger;
G4int fComptAuger;
G4int fPixeGamma;
G4int fPixeAuger;
G4int fElectronDNAGamma;
G4int fElectronDNAAuger;
G4int fProtonDNAGamma;
G4int fProtonDNAAuger;
G4int fHydrogenDNAGamma;
G4int fHydrogenDNAAuger;
G4int fAlphaDNAGamma;
G4int fAlphaDNAAuger;
G4int fAlphaPlusDNAGamma;
G4int fAlphaPlusDNAAuger;
G4int fHeliumDNAGamma;
G4int fHeliumDNAAuger;
G4int fGenericIonDNAGamma;
G4int fGenericIonDNAAuger;
G4bool fIDdefined;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......