Import Geant4 10.2.0 source tree
This commit is contained in:
@@ -61,11 +61,7 @@ class G4UIcmdWithABool;
|
||||
class IORTAnalysisFileMessenger: public G4UImessenger
|
||||
{
|
||||
public:
|
||||
#ifdef G4ANALYSIS_USE_ROOT
|
||||
IORTAnalysisFileMessenger(IORTAnalysisManager*);
|
||||
#else
|
||||
IORTAnalysisFileMessenger();
|
||||
#endif
|
||||
IORTAnalysisFileMessenger(IORTAnalysisManager* amgr);
|
||||
~IORTAnalysisFileMessenger();
|
||||
|
||||
/**
|
||||
@@ -77,18 +73,14 @@ public:
|
||||
void SetNewValue(G4UIcommand* command, G4String newValue);
|
||||
|
||||
private:
|
||||
#ifdef G4ANALYSIS_USE_ROOT
|
||||
IORTAnalysisManager* AnalysisManager; ///< handle to AnalysisManager
|
||||
#endif
|
||||
/**
|
||||
* G4 user interface command (that takes a string argument) object
|
||||
* Constructor requires command name and messenger class(this).
|
||||
*/
|
||||
G4UIcmdWithABool *secondaryCmd;
|
||||
G4UIcmdWithAString *DoseMatrixCmd;
|
||||
#ifdef G4ANALYSIS_USE_ROOT
|
||||
G4UIcmdWithAString *FileNameCmd;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user