Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -22,14 +22,13 @@
|
||||
//
|
||||
//
|
||||
// $Id: XrayFluoDetectorMessenger.hh
|
||||
// GEANT4 tag $Name: xray_fluo-V04-01-03
|
||||
// GEANT4 tag $Name: xray_fluo-V03-02-00
|
||||
//
|
||||
// Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it)
|
||||
//
|
||||
// History:
|
||||
// -----------
|
||||
// 28 Nov 2001 Elena Guardincerri Created
|
||||
// 29 Nov 2002 change of sample material added (Alfonso.mantero@ge.infn.it)
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
@@ -44,24 +43,29 @@ class G4UIdirectory;
|
||||
class G4UIcmdWithAString;
|
||||
class G4UIcmdWithADoubleAndUnit;
|
||||
class G4UIcmdWithoutParameter;
|
||||
class G4UIcmdWithABool;
|
||||
class G4UIcmdWithADoubleAndUnit;
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
class XrayFluoDetectorMessenger: public G4UImessenger
|
||||
{
|
||||
public:
|
||||
XrayFluoDetectorMessenger(XrayFluoDetectorConstruction* );
|
||||
~XrayFluoDetectorMessenger();
|
||||
|
||||
void SetNewValue(G4UIcommand*, G4String);
|
||||
|
||||
private:
|
||||
XrayFluoDetectorConstruction* Detector;
|
||||
G4UIdirectory* detDir;
|
||||
|
||||
G4UIcmdWithoutParameter* UpdateCmd;
|
||||
G4UIcmdWithAString* sampleCmd;
|
||||
|
||||
public:
|
||||
XrayFluoDetectorMessenger(XrayFluoDetectorConstruction* );
|
||||
~XrayFluoDetectorMessenger();
|
||||
|
||||
void SetNewValue(G4UIcommand*, G4String);
|
||||
|
||||
private:
|
||||
XrayFluoDetectorConstruction* Detector;
|
||||
G4UIdirectory* detDir;
|
||||
|
||||
G4UIcmdWithoutParameter* UpdateCmd;
|
||||
G4UIcmdWithAString* sampleCmd;
|
||||
G4UIcmdWithAString* detectorCmd;
|
||||
G4UIcmdWithABool* granularityFlagCmd;
|
||||
G4UIcmdWithADoubleAndUnit* grainDiaCmd;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user