Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -45,30 +45,27 @@ class G4UIcmdWithoutParameter;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
class DetectorMessenger: public G4UImessenger
class DetectorMessenger : public G4UImessenger
{
public:
DetectorMessenger(DetectorConstruction* );
~DetectorMessenger() override;
DetectorMessenger(DetectorConstruction*);
~DetectorMessenger() override;
void SetNewValue(G4UIcommand*, G4String) override;
private:
DetectorConstruction* fDetector = nullptr;
G4UIdirectory* fTesthadrDir = nullptr;
G4UIdirectory* fDetDir = nullptr;
G4UIcmdWithAString* fMaterCmd1 = nullptr;
G4UIcmdWithAString* fMaterCmd2 = nullptr;
G4UIcmdWithADoubleAndUnit* fSizeCmd1 = nullptr;
G4UIcmdWithADoubleAndUnit* fSizeCmd2 = nullptr;
G4UIcmdWithADoubleAndUnit* fSizeCmd3 = nullptr;
G4UIcommand* fIsotopeCmd = nullptr;
DetectorConstruction* fDetector = nullptr;
G4UIdirectory* fTesthadrDir = nullptr;
G4UIdirectory* fDetDir = nullptr;
G4UIcmdWithAString* fMaterCmd1 = nullptr;
G4UIcmdWithAString* fMaterCmd2 = nullptr;
G4UIcmdWithADoubleAndUnit* fSizeCmd1 = nullptr;
G4UIcmdWithADoubleAndUnit* fSizeCmd2 = nullptr;
G4UIcmdWithADoubleAndUnit* fSizeCmd3 = nullptr;
G4UIcommand* fIsotopeCmd = nullptr;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#endif