Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file eventgenerator/exgps/include/exGPSAnalysisMessenger.hh
|
||||
/// \brief Definition of the exGPSAnalysisMessenger class
|
||||
//
|
||||
#ifndef exGPSAnalysisMessenger_h
|
||||
#define exGPSAnalysisMessenger_h 1
|
||||
|
||||
@@ -42,20 +45,20 @@ class exGPSAnalysisMessenger: public G4UImessenger
|
||||
{
|
||||
public:
|
||||
exGPSAnalysisMessenger(exGPSAnalysisManager* );
|
||||
~exGPSAnalysisMessenger();
|
||||
virtual ~exGPSAnalysisMessenger();
|
||||
|
||||
void SetNewValue(G4UIcommand*, G4String);
|
||||
virtual void SetNewValue(G4UIcommand*, G4String);
|
||||
|
||||
private:
|
||||
exGPSAnalysisManager* exGPSAnalysis;
|
||||
G4UIdirectory* exGPSAnalysisDir;
|
||||
exGPSAnalysisManager* fExGPSAnalysis;
|
||||
G4UIdirectory* fExGPSAnalysisDir;
|
||||
|
||||
G4UIcmdWithAString* FileNameCmd;
|
||||
G4UIcmdWithAString* FileTypeCmd;
|
||||
G4UIcmdWithADoubleAndUnit* MaxEngCmd;
|
||||
G4UIcmdWithADoubleAndUnit* MinEngCmd;
|
||||
G4UIcmdWithADoubleAndUnit* MaxPosCmd;
|
||||
G4UIcmdWithADoubleAndUnit* MinPosCmd;
|
||||
G4UIcmdWithAString* fFileNameCmd;
|
||||
G4UIcmdWithAString* fFileTypeCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fMaxEngCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fMinEngCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fMaxPosCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fMinPosCmd;
|
||||
};
|
||||
|
||||
#endif // G4ANALYSIS_USE
|
||||
|
||||
Reference in New Issue
Block a user