Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -36,8 +35,8 @@
|
||||
#ifndef OpNovicePrimaryGeneratorMessenger_h
|
||||
#define OpNovicePrimaryGeneratorMessenger_h 1
|
||||
|
||||
#include "G4UImessenger.hh"
|
||||
#include "globals.hh"
|
||||
#include "G4UImessenger.hh"
|
||||
|
||||
class OpNovicePrimaryGeneratorAction;
|
||||
class G4UIdirectory;
|
||||
@@ -45,18 +44,18 @@ class G4UIcmdWithADoubleAndUnit;
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
class OpNovicePrimaryGeneratorMessenger: public G4UImessenger
|
||||
class OpNovicePrimaryGeneratorMessenger : public G4UImessenger
|
||||
{
|
||||
public:
|
||||
OpNovicePrimaryGeneratorMessenger(OpNovicePrimaryGeneratorAction* );
|
||||
virtual ~OpNovicePrimaryGeneratorMessenger();
|
||||
|
||||
virtual void SetNewValue(G4UIcommand*, G4String);
|
||||
|
||||
private:
|
||||
OpNovicePrimaryGeneratorAction* fOpNoviceAction;
|
||||
G4UIdirectory* fGunDir;
|
||||
G4UIcmdWithADoubleAndUnit* fPolarCmd;
|
||||
public:
|
||||
OpNovicePrimaryGeneratorMessenger(OpNovicePrimaryGeneratorAction*);
|
||||
~OpNovicePrimaryGeneratorMessenger();
|
||||
|
||||
void SetNewValue(G4UIcommand*, G4String) override;
|
||||
|
||||
private:
|
||||
OpNovicePrimaryGeneratorAction* fOpNoviceAction;
|
||||
G4UIdirectory* fGunDir;
|
||||
G4UIcmdWithADoubleAndUnit* fPolarCmd;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user