Import Geant4 10.6.1 source tree
This commit is contained in:
@@ -168,12 +168,15 @@ public:
|
||||
void SetEnablePolarisation(G4bool val);
|
||||
G4bool EnablePolarisation() const;
|
||||
|
||||
G4bool GetDirectionalSplitting();
|
||||
G4bool GetDirectionalSplitting() const;
|
||||
void SetDirectionalSplitting(G4bool v);
|
||||
|
||||
G4bool QuantumEntanglement();
|
||||
G4bool QuantumEntanglement() const;
|
||||
void SetQuantumEntanglement(G4bool v);
|
||||
|
||||
G4bool RetrieveMuDataFromFile() const;
|
||||
void SetRetrieveMuDataFromFile(G4bool v);
|
||||
|
||||
// 5d
|
||||
void SetOnIsolated(G4bool val);
|
||||
G4bool OnIsolated() const;
|
||||
@@ -378,6 +381,7 @@ private:
|
||||
G4bool gener;
|
||||
G4bool fSamplingTable;
|
||||
G4bool fPolarisation;
|
||||
G4bool fMuDataFromFile;
|
||||
G4bool onIsolated; // 5d model conversion on free ions
|
||||
G4bool fDNA;
|
||||
|
||||
|
||||
@@ -99,6 +99,7 @@ private:
|
||||
G4UIcmdWithABool* onIsolatedCmd;
|
||||
G4UIcmdWithABool* sampleTCmd;
|
||||
G4UIcmdWithABool* icru90Cmd;
|
||||
G4UIcmdWithABool* mudatCmd;
|
||||
|
||||
G4UIcmdWithADouble* minSubSecCmd;
|
||||
G4UIcmdWithADoubleAndUnit* minEnCmd;
|
||||
|
||||
Reference in New Issue
Block a user