Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -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